Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_pw.h111 #define PW_SPI_SITF_SITFL_MASK (BIT_MASK(6) << 16) macro
Dspi_pw.c370 tx_fifo_level = ((tx_fifo_level & PW_SPI_SITF_SITFL_MASK) >> in spi_pw_get_tx_fifo_level()
392 tx_fifo_level &= ~(PW_SPI_SITF_SITFL_MASK); in spi_pw_reset_tx_fifo_level()