STM32H735xx HAL User Manual
Defines
OSPI Flags
OSPI Exported Constants

Defines

#define HAL_OSPI_FLAG_BUSY   OCTOSPI_SR_BUSY
#define HAL_OSPI_FLAG_TO   OCTOSPI_SR_TOF
#define HAL_OSPI_FLAG_SM   OCTOSPI_SR_SMF
#define HAL_OSPI_FLAG_FT   OCTOSPI_SR_FTF
#define HAL_OSPI_FLAG_TC   OCTOSPI_SR_TCF
#define HAL_OSPI_FLAG_TE   OCTOSPI_SR_TEF

Define Documentation

#define HAL_OSPI_FLAG_BUSY   OCTOSPI_SR_BUSY
#define HAL_OSPI_FLAG_FT   OCTOSPI_SR_FTF

Fifo threshold flag: Fifo threshold reached or data left after read from memory is complete

Definition at line 630 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_IRQHandler(), HAL_OSPI_Receive(), and HAL_OSPI_Transmit().

#define HAL_OSPI_FLAG_SM   OCTOSPI_SR_SMF

Status match flag: received data matches in autopolling mode

Definition at line 629 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_AutoPolling(), HAL_OSPI_AutoPolling_IT(), and HAL_OSPI_IRQHandler().

#define HAL_OSPI_FLAG_TC   OCTOSPI_SR_TCF

Transfer complete flag: programmed number of data have been transferred or the transfer has been aborted

Definition at line 631 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_Abort(), HAL_OSPI_Abort_IT(), HAL_OSPI_Command(), HAL_OSPI_Command_IT(), HAL_OSPI_IRQHandler(), HAL_OSPI_Receive(), HAL_OSPI_Receive_DMA(), HAL_OSPI_Receive_IT(), HAL_OSPI_Transmit(), HAL_OSPI_Transmit_DMA(), and HAL_OSPI_Transmit_IT().

#define HAL_OSPI_FLAG_TE   OCTOSPI_SR_TEF
#define HAL_OSPI_FLAG_TO   OCTOSPI_SR_TOF

Timeout flag: timeout occurs in memory-mapped mode

Definition at line 628 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_IRQHandler(), and HAL_OSPI_MemoryMapped().