QSPI_DelayConfig_TypeDef Struct Reference
QSPI Device Delay Configuration Structure.
#include <em_qspi.h>
Data Fields |
|
uint8_t | deassert |
The minimal delay to keep the chip select line de-asserted between two transactions.
|
|
uint8_t | deviceSwitch |
Delay between one chip select being de-activated and the activation of another.
|
|
uint8_t | lastBit |
Delay between last bit and chip select de-assert.
|
|
uint8_t | firstBit |
Delay chip select assert and first bit in a transaction.
|
|
QSPI Device Delay Configuration Structure.
Field 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.
◆ lastBit
uint8_t QSPI_DelayConfig_TypeDef::lastBit |
Delay between last bit and chip select de-assert.
◆ firstBit
uint8_t QSPI_DelayConfig_TypeDef::firstBit |
Delay chip select assert and first bit in a transaction.