Loading...
Searching...
No Matches
hal_spi_settings Struct Reference

since one spi device can control multiple devices, some configuration can be changed on the fly from the hal More...

Detailed Description

since one spi device can control multiple devices, some configuration can be changed on the fly from the hal

Definition at line 47 of file hal_spi.h.

#include <hal_spi.h>

Data Fields

spi_mode_t data_mode
 Data mode of SPI driver, defined by HAL_SPI_MODEn.
 
spi_clk_t baudrate
 Baudrate in kHz.
 

Field Documentation

◆ baudrate

spi_clk_t hal_spi_settings::baudrate

Baudrate in kHz.

Definition at line 51 of file hal_spi.h.

◆ data_mode

spi_mode_t hal_spi_settings::data_mode

Data mode of SPI driver, defined by HAL_SPI_MODEn.

Definition at line 49 of file hal_spi.h.


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