Enumerations

enum  hal_qspi_state_t {
  HAL_QSPI_STATE_RESET = 0x00, HAL_QSPI_STATE_READY = 0x01, HAL_QSPI_STATE_BUSY = 0x02, HAL_QSPI_STATE_BUSY_INDIRECT_TX = 0x12,
  HAL_QSPI_STATE_BUSY_INDIRECT_RX = 0x22, HAL_QSPI_STATE_ABORT = 0x08, HAL_QSPI_STATE_ERROR = 0x04
}
 HAL QSPI State Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_qspi_state_t

HAL QSPI State Enumerations definition.

Enumerator
HAL_QSPI_STATE_RESET 

Peripheral not initialized

HAL_QSPI_STATE_READY 

Peripheral initialized and ready for use

HAL_QSPI_STATE_BUSY 

Peripheral in indirect mode and busy

HAL_QSPI_STATE_BUSY_INDIRECT_TX 

Peripheral in indirect mode with transmission ongoing

HAL_QSPI_STATE_BUSY_INDIRECT_RX 

Peripheral in indirect mode with reception ongoing

HAL_QSPI_STATE_ABORT 

Peripheral with abort request ongoing

HAL_QSPI_STATE_ERROR 

Peripheral in error