Enumerations

enum  hal_dspi_state_t {
  HAL_DSPI_STATE_RESET = 0x00,
  HAL_DSPI_STATE_READY = 0x01,
  HAL_DSPI_STATE_BUSY = 0x02,
  HAL_DSPI_STATE_BUSY_INDIRECT_TX = 0x12,
  HAL_DSPI_STATE_ABORT = 0x08,
  HAL_DSPI_STATE_ERROR = 0x04
}
 HAL DSPI State Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_dspi_state_t

HAL DSPI State Enumerations definition.

Enumerator
HAL_DSPI_STATE_RESET 

Peripheral not initialized

HAL_DSPI_STATE_READY 

Peripheral initialized and ready for use

HAL_DSPI_STATE_BUSY 

Peripheral in indirect mode and busy

HAL_DSPI_STATE_BUSY_INDIRECT_TX 

Peripheral in indirect mode with transmission ongoing

HAL_DSPI_STATE_ABORT 

Peripheral with abort request ongoing

HAL_DSPI_STATE_ERROR 

Peripheral in error

Definition at line 76 of file gr55xx_hal_dspi.h.