Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/spi/
Dspi_litespi.h26 #define SPI_WORD_SIZE 8 macro
Dmspi_ambiq.c19 #define SPI_WORD_SIZE 8 macro
78 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in mspi_config()
Dspi_b91.c27 #define SPI_WORD_SIZE 8u macro
261 if (SPI_WORD_SIZE_GET(config->operation) != SPI_WORD_SIZE) { in spi_b91_is_config_supported()
262 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in spi_b91_is_config_supported()
Dspi_gecko.c73 #define SPI_WORD_SIZE 8 macro
110 if (SPI_WORD_SIZE_GET(config->operation) != SPI_WORD_SIZE) { in spi_config()
111 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in spi_config()
Dspi_ambiq.c43 #define SPI_WORD_SIZE 8 macro
66 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in spi_config()
Dspi_litespi.c34 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in spi_config()