FreeRTOS: Common I/O
AWS IoT Common I/O library
Return to main page ↑
IotSPIMasterConfig_t Struct Reference

The configuration parameters for SPI Master. More...

#include <iot_spi.h>

Data Fields

uint32_t ulFreq
 
IotSPIMode_t eMode
 
IotSPIBitOrder_t eSetBitOrder
 
uint8_t ucDummyValue
 

Detailed Description

The configuration parameters for SPI Master.

The application will set the SPI master interface using the Ioctl eSPISetMasterConfig and send this structure.

Field Documentation

◆ ulFreq

uint32_t IotSPIMasterConfig_t::ulFreq

SPI frequency set for data transmission in Hz.

◆ eMode

IotSPIMode_t IotSPIMasterConfig_t::eMode

Mode selected as per enum IotSPIMode_t.

◆ eSetBitOrder

IotSPIBitOrder_t IotSPIMasterConfig_t::eSetBitOrder

Bit Order selected as per enum IotSPIBitOrder_t.

◆ ucDummyValue

uint8_t IotSPIMasterConfig_t::ucDummyValue

The dummy value sent by master for SPI Read.


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