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.
deviceSwitch#
uint8_t QSPI_DelayConfig_TypeDef::deviceSwitch
Delay between one chip select being de-activated and the activation of another.
firstBit#
uint8_t QSPI_DelayConfig_TypeDef::firstBit
Delay chip select assert and first bit in a transaction.