Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
#include <spi_emul.h>
Data Fields | |
sys_snode_t | node |
const struct emul * | target |
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