NHAL Interface v0.5.0
Hardware Abstraction Layer Interface for Embedded Systems
|
#include <nhal_spi_types.h>
Data Fields | |
struct nhal_spi_context | basic_ctx |
uint8_t | num_devices |
Number of devices in the daisy chain. | |
uint8_t | bits_per_device |
Bits per device. | |
size_t | total_chain_bits |
Total bits in the entire chain. | |
Definition at line 63 of file nhal_spi_types.h.
struct nhal_spi_context nhal_spi_daisy_context::basic_ctx |
Definition at line 64 of file nhal_spi_types.h.
uint8_t nhal_spi_daisy_context::bits_per_device |
Bits per device.
Definition at line 66 of file nhal_spi_types.h.
uint8_t nhal_spi_daisy_context::num_devices |
Number of devices in the daisy chain.
Definition at line 65 of file nhal_spi_types.h.
size_t nhal_spi_daisy_context::total_chain_bits |
Total bits in the entire chain.
Definition at line 67 of file nhal_spi_types.h.