NHAL Interface v0.5.0
Hardware Abstraction Layer Interface for Embedded Systems
|
#include <nhal_spi_types.h>
Data Fields | |
uint8_t | num_devices |
Number of devices in the daisy chain. | |
uint8_t | bits_per_device |
Bits per device (must be same for all devices in chain) | |
struct nhal_spi_config | basic_config |
Definition at line 57 of file nhal_spi_types.h.
struct nhal_spi_config nhal_spi_daisy_config::basic_config |
Definition at line 60 of file nhal_spi_types.h.
uint8_t nhal_spi_daisy_config::bits_per_device |
Bits per device (must be same for all devices in chain)
Definition at line 59 of file nhal_spi_types.h.
uint8_t nhal_spi_daisy_config::num_devices |
Number of devices in the daisy chain.
Definition at line 58 of file nhal_spi_types.h.