Enumerations

enum  hal_xqspi_state_t {
  HAL_XQSPI_STATE_RESET = 0x00,
  HAL_XQSPI_STATE_READY = 0x01,
  HAL_XQSPI_STATE_BUSY = 0x02,
  HAL_XQSPI_STATE_BUSY_INDIRECT_TX = 0x12,
  HAL_XQSPI_STATE_BUSY_INDIRECT_RX = 0x22,
  HAL_XQSPI_STATE_ABORT = 0x08,
  HAL_XQSPI_STATE_ERROR = 0x04
}
 HAL XQSPI State Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_xqspi_state_t

HAL XQSPI State Enumerations definition.

Enumerator
HAL_XQSPI_STATE_RESET 

Peripheral not initialized

HAL_XQSPI_STATE_READY 

Peripheral initialized and ready for use

HAL_XQSPI_STATE_BUSY 

Peripheral in indirect mode and busy

HAL_XQSPI_STATE_BUSY_INDIRECT_TX 

Peripheral in indirect mode with transmission ongoing

HAL_XQSPI_STATE_BUSY_INDIRECT_RX 

Peripheral in indirect mode with reception ongoing

HAL_XQSPI_STATE_ABORT 

Peripheral with abort request ongoing

HAL_XQSPI_STATE_ERROR 

Peripheral in error

Definition at line 75 of file hal_xqspi.h.