QSPI Device Delay Configuration Structure.

Public Attributes#

uint8_t

The minimal delay to keep the chip select line de-asserted between two transactions.

uint8_t

Delay between one chip select being de-activated and the activation of another.

uint8_t

Delay between last bit and chip select de-assert.

uint8_t

Delay chip select assert and first bit in a transaction.

Public Attribute Documentation#

deassert#

uint8_t QSPI_DelayConfig_TypeDef::deassert

The minimal delay to keep the chip select line de-asserted between two transactions.


Definition at line 146 of file platform/emlib/inc/em_qspi.h

deviceSwitch#

uint8_t QSPI_DelayConfig_TypeDef::deviceSwitch

Delay between one chip select being de-activated and the activation of another.


Definition at line 150 of file platform/emlib/inc/em_qspi.h

lastBit#

uint8_t QSPI_DelayConfig_TypeDef::lastBit

Delay between last bit and chip select de-assert.


Definition at line 153 of file platform/emlib/inc/em_qspi.h

firstBit#

uint8_t QSPI_DelayConfig_TypeDef::firstBit

Delay chip select assert and first bit in a transaction.


Definition at line 156 of file platform/emlib/inc/em_qspi.h