Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
spi_init_param Struct Reference

Detailed Description

Definition at line 104 of file platform_drivers.h.

Data Fields

spi_type type
 
uint32_t id
 
uint32_t max_speed_hz
 
uint8_t mode
 
uint8_t chip_select
 

Field Documentation

◆ chip_select

uint8_t spi_init_param::chip_select

Definition at line 109 of file platform_drivers.h.

◆ id

uint32_t spi_init_param::id

Definition at line 106 of file platform_drivers.h.

◆ max_speed_hz

uint32_t spi_init_param::max_speed_hz

Definition at line 107 of file platform_drivers.h.

◆ mode

uint8_t spi_init_param::mode

Definition at line 108 of file platform_drivers.h.

◆ type

spi_type spi_init_param::type

Definition at line 105 of file platform_drivers.h.


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