Home
last modified time | relevance | path

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

/hal_infineon-3.5.0/mtb-hal-cat1/source/
Dcyhal_audio_common.c1866 obj->async_tx_length = tx_length; in _cyhal_audioss_write_async()
1879 …ioss_write_until_full(obj, (const void**)(&obj->async_tx_buff), (size_t *)(&obj->async_tx_length)); in _cyhal_audioss_write_async()
1881 if(obj->async_tx_length > 0) in _cyhal_audioss_write_async()
2199 if(NULL != obj->async_tx_buff && obj->async_tx_length > 0)
2378 if (transfer_size >= obj->async_tx_length)
2380 transfer_size = obj->async_tx_length;
2413 obj->async_tx_length -= transfer_size;
2503 if(NULL != obj->async_tx_buff && obj->async_tx_length > 0)
2518 …ioss_write_until_full(obj, (const void**)(&obj->async_tx_buff), (size_t *)(&obj->async_tx_length));
2523 if(0 == obj->async_tx_length)
Dcyhal_uart.c288 if(obj->async_tx_length > 0) in _cyhal_uart_dma_handler_tx()
1320 uint32_t length = obj->async_tx_length; in _cyhal_uart_dma_write_async()
1342 obj->async_tx_length -= length; in _cyhal_uart_dma_write_async()
1374 obj->async_tx_length = length; in cyhal_uart_write_async()
/hal_infineon-3.5.0/mtb-hal-cat1/include_pvt/
Dcyhal_hw_types.h397 volatile size_t async_tx_length; member
1537 volatile uint32_t async_tx_length; member