Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_dw.h216 #define SPI_WS_TO_DFS(__bpw) (((__bpw) & ~0x38) ? \ macro
Dspi_dw.c236 spi->dfs = SPI_WS_TO_DFS(SPI_WORD_SIZE_GET(config->operation)); in spi_dw_configure()