ADI iSensor FX3 Firmware  v2.9.4-pub
Firmware for the Analog Devices EVAL-ADIS-FX3 IMU Evaluation Platform. This firmware can be compiled using the Cypress EZ USB Suite IDE
Data Fields
BitBangSpiConf Struct Reference

#include <SpiFunctions.h>

Data Fields

uint8_t MOSI
 
uint8_t MISO
 
uint8_t CS
 
uint8_t SCLK
 
uint32_t HalfClockDelay
 
uint16_t CSLeadDelay
 
uint16_t CSLagDelay
 
CyBool_t CPHA
 
CyBool_t CPOL
 

Detailed Description

Structure to store configuration parameters for a bitbang SPI.

Field Documentation

◆ CPHA

CyBool_t CPHA

SPI clock phase setting

◆ CPOL

CyBool_t CPOL

SPI clock polarity setting

◆ CS

uint8_t CS

The chip select pin number

◆ CSLagDelay

uint16_t CSLagDelay

The delay after finishing SCLKs before raising CS

◆ CSLeadDelay

uint16_t CSLeadDelay

The delay after dropping CS before toggling SCLK

◆ HalfClockDelay

uint32_t HalfClockDelay

The delay per half-period of the SPI clock. Approx. 62ns per.

◆ MISO

uint8_t MISO

The master in, slave out data pin number

◆ MOSI

uint8_t MOSI

The master out, slave in data pin number

◆ SCLK

uint8_t SCLK

The SPI clock pin number


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