IBL Configuration
Data Fields
iblSpi_s Struct Reference

SPI configuration used for either NOR or NAND. More...

#include <ibl.h>

Data Fields

int16 addrWidth
int16 nPins
int16 mode
int16 csel
uint16 c2tdelay
uint16 busFreqMHz

Detailed Description

SPI configuration used for either NOR or NAND.


Field Documentation

int16 addrWidth

16 or 24 are the only valid values

uint16 busFreqMHz

Bus speed

uint16 c2tdelay

Setup time between chip select and the transaction

int16 csel

Chip select value (5 pin). Only 0b10 and 0b01 are valid

int16 mode

Clock / data polarities (valid values 0-3)

int16 nPins

4 or 5 are the only valid values


The documentation for this struct was generated from the following file:
 All Data Structures Variables