![]() |
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
|
#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 |
Structure to store configuration parameters for a bitbang SPI.
| CyBool_t CPHA |
SPI clock phase setting
| CyBool_t CPOL |
SPI clock polarity setting
| uint8_t CS |
The chip select pin number
| uint16_t CSLagDelay |
The delay after finishing SCLKs before raising CS
| uint16_t CSLeadDelay |
The delay after dropping CS before toggling SCLK
| uint32_t HalfClockDelay |
The delay per half-period of the SPI clock. Approx. 62ns per.
| uint8_t MISO |
The master in, slave out data pin number
| uint8_t MOSI |
The master out, slave in data pin number
| uint8_t SCLK |
The SPI clock pin number