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

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

Detailed Description

Definition at line 63 of file nhal_spi_types.h.

Field Documentation

◆ basic_ctx

struct nhal_spi_context nhal_spi_daisy_context::basic_ctx

Definition at line 64 of file nhal_spi_types.h.

◆ bits_per_device

uint8_t nhal_spi_daisy_context::bits_per_device

Bits per device.

Definition at line 66 of file nhal_spi_types.h.

◆ num_devices

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.

◆ total_chain_bits

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.


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