Lines Matching refs:async_mode
286 CY_ASSERT(CYHAL_ASYNC_DMA == obj->async_mode); in _cyhal_uart_dma_handler_tx()
325 CY_ASSERT(CYHAL_ASYNC_DMA == obj->async_mode); in _cyhal_uart_dma_handler_rx()
811 obj->async_mode = CYHAL_ASYNC_SW; in cyhal_uart_init()
879 obj->async_mode = CYHAL_ASYNC_SW; in cyhal_uart_init_cfg()
940 if(obj->async_mode == CYHAL_ASYNC_DMA) in cyhal_uart_free()
1313 obj->async_mode = mode; in cyhal_uart_set_async_mode()
1385 if(obj->async_mode == CYHAL_ASYNC_DMA) in cyhal_uart_write_async()
1469 if(obj->async_mode == CYHAL_ASYNC_DMA) in cyhal_uart_read_async()
1507 if(obj->async_mode == CYHAL_ASYNC_DMA && (obj->async_tx_buff != NULL)) in cyhal_uart_write_abort()
1527 if(obj->async_mode == CYHAL_ASYNC_DMA && (obj->async_rx_buff != NULL)) in cyhal_uart_read_abort()
1717 if(obj->async_mode == CYHAL_ASYNC_DMA) in cyhal_uart_config_software_buffer()