NHAL Interface v0.5.0
Hardware Abstraction Layer Interface for Embedded Systems
|
#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 |
Definition at line 31 of file nhal_spi_types.h.
nhal_spi_bit_order_t nhal_spi_config::bit_order |
Definition at line 34 of file nhal_spi_types.h.
uint32_t nhal_spi_config::frequency_hz |
Definition at line 32 of file nhal_spi_types.h.
struct nhal_spi_impl_config* nhal_spi_config::impl_config |
Definition at line 35 of file nhal_spi_types.h.
nhal_spi_mode_t nhal_spi_config::mode |
Definition at line 33 of file nhal_spi_types.h.