Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/spi/
Dspi_dw.h198 #define DW_SPI_CTRLR0_DFS DW_SPI_CTRLR0_DFS_16 macro
200 #define DW_SPI_CTRLR0_DFS DW_SPI_CTRLR0_DFS_32 macro
Dspi_dw.c243 ctrlr0 |= DW_SPI_CTRLR0_DFS(SPI_WORD_SIZE_GET(config->operation)); in spi_dw_configure()