NHAL Interface v0.5.0
Hardware Abstraction Layer Interface for Embedded Systems
|
#include <nhal_spi_types.h>
Data Fields | |
const uint8_t * | data |
Data buffer for this device. | |
size_t | data_size |
Size of data for this device in bytes. | |
uint8_t | bits_per_device |
Number of bits per device (typically 8, 16, or 32) | |
Definition at line 51 of file nhal_spi_types.h.
uint8_t nhal_spi_daisy_device::bits_per_device |
Number of bits per device (typically 8, 16, or 32)
Definition at line 54 of file nhal_spi_types.h.
const uint8_t* nhal_spi_daisy_device::data |
Data buffer for this device.
Definition at line 52 of file nhal_spi_types.h.
size_t nhal_spi_daisy_device::data_size |
Size of data for this device in bytes.
Definition at line 53 of file nhal_spi_types.h.