Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c295 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()
[all …]
Dcyhal_audio_common.c585 obj->async_tx_buff = NULL; in _cyhal_audioss_init()
1865 obj->async_tx_buff = tx; in _cyhal_audioss_write_async()
1879 …_cyhal_audioss_write_until_full(obj, (const void**)(&obj->async_tx_buff), (size_t *)(&obj->async_t… in _cyhal_audioss_write_async()
1984 return (NULL != obj->async_tx_buff); in _cyhal_audioss_is_write_pending()
2003 obj->async_tx_buff = NULL; in _cyhal_audioss_abort_write_async()
2199 if(NULL != obj->async_tx_buff && obj->async_tx_length > 0)
2378 CY_ASSERT(NULL != obj->async_tx_buff);
2391 .src_addr = (uint32_t)obj->async_tx_buff,
2407 …SCB_CleanDCache_by_Addr((void *)obj->async_tx_buff, transfer_size * (_cyhal_audioss_rounded_word_l…
2420 obj->async_tx_buff = (void*)(((uint8_t*) obj->async_tx_buff) + increment_bytes);
[all …]
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_hw_types.h396 volatile const void *async_tx_buff; member
1539 volatile void *async_tx_buff; member