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

#include <nhal_spi_types.h>

Data Fields

uint32_t frequency_hz
 
nhal_spi_mode_t mode
 
nhal_spi_bit_order_t bit_order
 
struct nhal_spi_impl_config * impl_config
 

Detailed Description

Definition at line 31 of file nhal_spi_types.h.

Field Documentation

◆ bit_order

nhal_spi_bit_order_t nhal_spi_config::bit_order

Definition at line 34 of file nhal_spi_types.h.

◆ frequency_hz

uint32_t nhal_spi_config::frequency_hz

Definition at line 32 of file nhal_spi_types.h.

◆ impl_config

struct nhal_spi_impl_config* nhal_spi_config::impl_config

Definition at line 35 of file nhal_spi_types.h.

◆ mode

nhal_spi_mode_t nhal_spi_config::mode

Definition at line 33 of file nhal_spi_types.h.


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