Home
last modified time | relevance | path

Searched refs:active_block (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/serial/
Duart_mcux_flexcomm.c58 struct dma_block_config active_block; member
65 struct dma_block_config active_block; member
452 data->tx_data.active_block.source_address = (uint32_t)buf; in mcux_flexcomm_uart_tx()
453 data->tx_data.active_block.dest_address = (uint32_t) &config->base->FIFOWR; in mcux_flexcomm_uart_tx()
454 data->tx_data.active_block.block_size = len; in mcux_flexcomm_uart_tx()
455 data->tx_data.active_block.next_block = NULL; in mcux_flexcomm_uart_tx()
572 data->rx_data.active_block.dest_address = (uint32_t)data->rx_data.xfer_buf; in mcux_flexcomm_uart_rx_enable()
573 data->rx_data.active_block.source_address = (uint32_t) &config->base->FIFORD; in mcux_flexcomm_uart_rx_enable()
574 data->rx_data.active_block.block_size = data->rx_data.xfer_len; in mcux_flexcomm_uart_rx_enable()
789 data->rx_data.active_block.block_size = data->rx_data.xfer_len; in mcux_flexcomm_uart_dma_rx_callback()
[all …]