STM32H735xx HAL User Manual
|
Defines | |
#define | HAL_OSPI_ERROR_NONE ((uint32_t)0x00000000U) |
#define | HAL_OSPI_ERROR_TIMEOUT ((uint32_t)0x00000001U) |
#define | HAL_OSPI_ERROR_TRANSFER ((uint32_t)0x00000002U) |
#define | HAL_OSPI_ERROR_DMA ((uint32_t)0x00000004U) |
#define | HAL_OSPI_ERROR_INVALID_PARAM ((uint32_t)0x00000008U) |
#define | HAL_OSPI_ERROR_INVALID_SEQUENCE ((uint32_t)0x00000010U) |
#define | HAL_OSPI_ERROR_INVALID_CALLBACK ((uint32_t)0x00000020U) |
#define HAL_OSPI_ERROR_DMA ((uint32_t)0x00000004U) |
DMA transfer error
Definition at line 327 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_Abort(), HAL_OSPI_Receive_DMA(), and HAL_OSPI_Transmit_DMA().
#define HAL_OSPI_ERROR_INVALID_CALLBACK ((uint32_t)0x00000020U) |
Invalid callback error
Definition at line 331 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_RegisterCallback(), and HAL_OSPI_UnRegisterCallback().
#define HAL_OSPI_ERROR_INVALID_PARAM ((uint32_t)0x00000008U) |
Invalid parameters error
Definition at line 328 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_Receive(), HAL_OSPI_Receive_DMA(), HAL_OSPI_Receive_IT(), HAL_OSPI_Transmit(), HAL_OSPI_Transmit_DMA(), HAL_OSPI_Transmit_IT(), and HAL_OSPIM_Config().
#define HAL_OSPI_ERROR_INVALID_SEQUENCE ((uint32_t)0x00000010U) |
Sequence of the state machine is incorrect
Definition at line 329 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_Abort(), HAL_OSPI_Abort_IT(), HAL_OSPI_AutoPolling(), HAL_OSPI_AutoPolling_IT(), HAL_OSPI_Command(), HAL_OSPI_Command_IT(), HAL_OSPI_HyperbusCfg(), HAL_OSPI_HyperbusCmd(), HAL_OSPI_MemoryMapped(), HAL_OSPI_Receive(), HAL_OSPI_Receive_DMA(), HAL_OSPI_Receive_IT(), HAL_OSPI_SetFifoThreshold(), HAL_OSPI_Transmit(), HAL_OSPI_Transmit_DMA(), and HAL_OSPI_Transmit_IT().
#define HAL_OSPI_ERROR_NONE ((uint32_t)0x00000000U) |
No error
Definition at line 324 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_Command(), HAL_OSPI_Command_IT(), HAL_OSPI_Init(), and HAL_OSPI_IRQHandler().
#define HAL_OSPI_ERROR_TIMEOUT ((uint32_t)0x00000001U) |
Timeout error
Definition at line 325 of file stm32h7xx_hal_ospi.h.
#define HAL_OSPI_ERROR_TRANSFER ((uint32_t)0x00000002U) |
Transfer error
Definition at line 326 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_IRQHandler().