Lines Matching refs:async_tx_buff
295 obj->async_tx_buff = NULL; in _cyhal_uart_dma_handler_tx()
412 & (obj->async_rx_buff == NULL) & (obj->async_tx_buff == NULL)) in _cyhal_uart_pm_callback_instance()
465 & (obj->async_rx_buff == NULL) & (obj->async_tx_buff == NULL)) in _cyhal_uart_pm_callback_instance()
1231 if((obj->async_tx_buff != NULL) || (obj->async_rx_buff != NULL)) in cyhal_uart_set_async_mode()
1327 CY_ASSERT(NULL != obj->async_tx_buff); in _cyhal_uart_dma_write_async()
1339 .src_addr = (uint32_t)obj->async_tx_buff, in _cyhal_uart_dma_write_async()
1351 obj->async_tx_buff = ((length * (mem_width / 8)) + (char*)obj->async_tx_buff); in _cyhal_uart_dma_write_async()
1367 SCB_CleanDCache_by_Addr((void *)obj->async_tx_buff, (length * (mem_width / 8))); in _cyhal_uart_dma_write_async()
1388 obj->async_tx_buff = tx; in cyhal_uart_write_async()
1490 || (obj->async_tx_buff != NULL) in cyhal_uart_is_tx_active()
1507 if(obj->async_mode == CYHAL_ASYNC_DMA && (obj->async_tx_buff != NULL)) in cyhal_uart_write_abort()
1510 obj->async_tx_buff = NULL; in cyhal_uart_write_abort()