Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
|
|
3.5.0 |
Node in a linked list of emulators for SPI devices. More...
#include <spi_emul.h>
Data Fields | |
sys_snode_t | node |
const struct emul * | target |
Target emulator - REQUIRED for all bus emulators. | |
const struct spi_emul_api * | api |
uint16_t | chipsel |
Node in a linked list of emulators for SPI devices.
const struct spi_emul_api* spi_emul::api |
uint16_t spi_emul::chipsel |
sys_snode_t spi_emul::node |
const struct emul* spi_emul::target |
Target emulator - REQUIRED for all bus emulators.