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

#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
 

Detailed Description

Definition at line 57 of file nhal_spi_types.h.

Field Documentation

◆ basic_config

struct nhal_spi_config nhal_spi_daisy_config::basic_config

Definition at line 60 of file nhal_spi_types.h.

◆ bits_per_device

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.

◆ num_devices

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.


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