Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.h103 static inline uint32_t ll_func_tx_is_not_full(SPI_TypeDef *spi) in ll_func_tx_is_not_full() function
Dspi_ll_stm32.c373 if (ll_func_tx_is_not_full(spi)) { in spi_stm32_shift_fifo()
385 while (!ll_func_tx_is_not_full(cfg->spi)) { in spi_stm32_shift_m()
402 if (ll_func_tx_is_not_full(spi) && spi_context_tx_on(&data->ctx)) { in spi_stm32_shift_s()