Searched refs:SPI_WORD_SIZE (Results 1 – 5 of 5) sorted by relevance
41 #define SPI_WORD_SIZE 8 macro55 if (SPI_WORD_SIZE_GET(config->operation) != SPI_WORD_SIZE) { in spi_config()56 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in spi_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()
48 #define SPI_WORD_SIZE 8 macro128 if (SPI_WORD_SIZE_GET(config->operation) != SPI_WORD_SIZE) { in spi_config()129 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in spi_config()
38 #define SPI_WORD_SIZE 8 macro118 if (SPI_WORD_SIZE_GET(config->operation) != SPI_WORD_SIZE) { in spi_silabs_eusart_configure()119 LOG_ERR("Word size must be %d", SPI_WORD_SIZE); in spi_silabs_eusart_configure()
Completed in 18 milliseconds