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)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)
288 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()
397 volatile size_t async_tx_length; member1537 volatile uint32_t async_tx_length; member