Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_ambiq_bleif.c46 #define SPI_WORD_SIZE 8 macro
60 if (SPI_WORD_SIZE_GET(config->operation) != SPI_WORD_SIZE) { in spi_config()
61 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in spi_config()
Dspi_gecko_eusart.c26 #define SPI_WORD_SIZE 8 macro
74 if (SPI_WORD_SIZE_GET(config->operation) != SPI_WORD_SIZE) { in spi_eusart_config()
75 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in spi_eusart_config()
Dspi_b91.c28 #define SPI_WORD_SIZE 8u macro
262 if (SPI_WORD_SIZE_GET(config->operation) != SPI_WORD_SIZE) { in spi_b91_is_config_supported()
263 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in spi_b91_is_config_supported()
Dspi_gecko_usart.c85 #define SPI_WORD_SIZE 8 macro
145 if (SPI_WORD_SIZE_GET(config->operation) != SPI_WORD_SIZE) { in spi_config()
146 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in spi_config()
Dspi_ambiq_spic.c50 #define SPI_WORD_SIZE 8 macro
138 if (SPI_WORD_SIZE_GET(config->operation) != SPI_WORD_SIZE) { in spi_config()
139 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in spi_config()
/Zephyr-latest/samples/sensor/magn_polling/
DREADME.rst21 that supports 32-bit SPI_WORD_SIZE. On the :zephyr:board:`rpi_pico`, the