Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/spi/
Dspi_litex.c32 int data_width; member
67 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), \