Searched refs:increment_bytes (Results 1 – 1 of 1) sorted by relevance
2355 … size_t increment_bytes = transfer_size * (_cyhal_audioss_rounded_word_length(obj, false) / 8); local2357 obj->async_rx_buff = (void*)(((uint8_t*) obj->async_rx_buff) + increment_bytes);2418 … size_t increment_bytes = transfer_size * (_cyhal_audioss_rounded_word_length(obj, true) / 8); local2420 obj->async_tx_buff = (void*)(((uint8_t*) obj->async_tx_buff) + increment_bytes);