Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_spi/
Dspi.c89 const size_t fifo_depth = 8; in __not_in_flash_func() local
93 if (tx_remaining && spi_is_writable(spi) && rx_remaining < tx_remaining + fifo_depth) { in __not_in_flash_func()
138 const size_t fifo_depth = 8; in __not_in_flash_func() local
142 if (tx_remaining && spi_is_writable(spi) && rx_remaining < tx_remaining + fifo_depth) { in __not_in_flash_func()
160 const size_t fifo_depth = 8; in __not_in_flash_func() local
164 if (tx_remaining && spi_is_writable(spi) && rx_remaining < tx_remaining + fifo_depth) { in __not_in_flash_func()
205 const size_t fifo_depth = 8; in __not_in_flash_func() local
209 if (tx_remaining && spi_is_writable(spi) && rx_remaining < tx_remaining + fifo_depth) { in __not_in_flash_func()