Lines Matching refs:async_tx_buff
585 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);
2496 obj->async_tx_buff = NULL;
2511 if(NULL != obj->async_tx_buff && obj->async_tx_length > 0)
2526 …_cyhal_audioss_write_until_full(obj, (const void**)(&obj->async_tx_buff), (size_t *)(&obj->async_t…
2622 obj->async_tx_buff = NULL;