Searched refs:SPI_WORD_SIZE (Results 1 – 6 of 6) sorted by relevance
46 #define SPI_WORD_SIZE 8 macro60 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()
26 #define SPI_WORD_SIZE 8 macro74 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()
28 #define SPI_WORD_SIZE 8u macro262 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()
85 #define SPI_WORD_SIZE 8 macro145 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()
50 #define SPI_WORD_SIZE 8 macro138 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()
21 that supports 32-bit SPI_WORD_SIZE. On the :zephyr:board:`rpi_pico`, the