Searched refs:data_width (Results 1 – 1 of 1) sorted by relevance
32 int data_width; member67 if (SPI_WORD_SIZE_GET(config->operation) > dev_config->data_width) { in spi_config()68 LOG_ERR("Word size must be <= %d", dev_config->data_width); in spi_config()248 .data_width = DT_INST_PROP(n, data_width), \