Searched defs:SPI_CFG (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/spi/ | ||
D | spi_sifive.h | 18 #define SPI_CFG(dev) ((struct spi_sifive_cfg *) ((dev)->config)) macro |
D | spi_b91.c | 38 #define SPI_CFG(dev) ((struct spi_b91_cfg *) ((dev)->config)) macro |