Home
last modified time | relevance | path

Searched defs:frames (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.c805 int frames = num_bytes / bytes_per_frame; in spi_stm32_count_bufset_frames() local
1168 int frames = spi_stm32_count_bufset_frames(config, rx_bufs); in transceive_dma() local
1307 int frames = spi_stm32_count_bufset_frames(config, rx_bufs); in transceive_dma() local
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/
Dmain.c259 static void send_frame_series(struct frame_desired *frames, size_t length, in send_frame_series()
280 static void check_frame_series(struct frame_desired *frames, size_t length, in check_frame_series()
364 static void prepare_cf_frames(struct frame_desired *frames, size_t frames_cnt, in prepare_cf_frames()