NHAL Interface v0.5.0
Hardware Abstraction Layer Interface for Embedded Systems
Loading...
Searching...
No Matches
Data Fields
nhal_spi_daisy_device Struct Reference

#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)
 

Detailed Description

Definition at line 51 of file nhal_spi_types.h.

Field Documentation

◆ bits_per_device

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.

◆ data

const uint8_t* nhal_spi_daisy_device::data

Data buffer for this device.

Definition at line 52 of file nhal_spi_types.h.

◆ data_size

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.


The documentation for this struct was generated from the following file: