Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_audio_common.c2355 … size_t increment_bytes = transfer_size * (_cyhal_audioss_rounded_word_length(obj, false) / 8); local
2357 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); local
2420 obj->async_tx_buff = (void*)(((uint8_t*) obj->async_tx_buff) + increment_bytes);