Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.c815 int total_frames = spi_stm32_count_total_frames( in transceive() local
817 if (total_frames < 0) { in transceive()
818 ret = total_frames; in transceive()
821 LL_SPI_SetTransferSize(spi, (uint32_t)total_frames); in transceive()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c371 const size_t total_frames = sh_stream->lc3_chan_cnt * sh_stream->lc3_frame_blocks_per_sdu; in encode_frame() local
396 total_frames); in encode_frame()
2652 const size_t total_frames = sh_stream->lc3_chan_cnt * sh_stream->lc3_frame_blocks_per_sdu; in decode_frame() local
2672 total_frames); in decode_frame()
2680 total_frames, octets_per_frame * frame_cnt, buf->len); in decode_frame()