32bitSaviour
DIIDevHeads IoT Integration Server
•Created by melta101 on 12/23/2024 in #📦-middleware-and-os
How to Configure DTS and Struct for SPI Controller Driver with Child Nodes in Zephyr?
What about just capturing that data.
struct spi_omap_device {
uint32_t reg;
uint32_t spi_max_freq;
uint32_t spi_cs_delay;
uint32_t word_length;
};
The creating an init macro that we call using DT_INST_FOREACH_CHILD
19 replies