Searched refs:async_tx_length (Results 1 – 3 of 3) sorted by relevance
1866 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)2382 if (transfer_size >= obj->async_tx_length)2384 transfer_size = obj->async_tx_length;2421 obj->async_tx_length -= transfer_size;2511 if(NULL != obj->async_tx_buff && obj->async_tx_length > 0)2526 …ioss_write_until_full(obj, (const void**)(&obj->async_tx_buff), (size_t *)(&obj->async_tx_length));2531 if(0 == obj->async_tx_length)
288 if(obj->async_tx_length > 0) in _cyhal_uart_dma_handler_tx()1330 uint32_t length = obj->async_tx_length; in _cyhal_uart_dma_write_async()1352 obj->async_tx_length -= length; in _cyhal_uart_dma_write_async()1389 obj->async_tx_length = length; in cyhal_uart_write_async()
397 volatile size_t async_tx_length; member1537 volatile uint32_t async_tx_length; member