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

Detailed Description

Definition at line 112 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_desc::chip_select

Definition at line 117 of file platform_drivers.h.

◆ id

uint32_t spi_desc::id

Definition at line 114 of file platform_drivers.h.

◆ max_speed_hz

uint32_t spi_desc::max_speed_hz

Definition at line 115 of file platform_drivers.h.

◆ mode

uint8_t spi_desc::mode

Definition at line 116 of file platform_drivers.h.

◆ type

spi_type spi_desc::type

Definition at line 113 of file platform_drivers.h.


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