STM32H735xx HAL User Manual
|
HAL OSPI Auto Polling mode configuration structure definition. More...
#include <stm32h7xx_hal_ospi.h>
Data Fields | |
uint32_t | Match |
uint32_t | Mask |
uint32_t | MatchMode |
uint32_t | AutomaticStop |
uint32_t | Interval |
HAL OSPI Auto Polling mode configuration structure definition.
Definition at line 221 of file stm32h7xx_hal_ospi.h.
Specifies if automatic polling is stopped after a match. This parameter can be a value of OSPI Automatic Stop
Definition at line 229 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_AutoPolling(), and HAL_OSPI_AutoPolling_IT().
uint32_t OSPI_AutoPollingTypeDef::Interval |
Specifies the number of clock cycles between two read during automatic polling phases. This parameter can be any value between 0 and 0xFFFF
Definition at line 231 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_AutoPolling(), and HAL_OSPI_AutoPolling_IT().
uint32_t OSPI_AutoPollingTypeDef::Mask |
Specifies the mask to be applied to the status bytes received. This parameter can be any value between 0 and 0xFFFFFFFF
Definition at line 225 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_AutoPolling(), and HAL_OSPI_AutoPolling_IT().
uint32_t OSPI_AutoPollingTypeDef::Match |
Specifies the value to be compared with the masked status register to get a match. This parameter can be any value between 0 and 0xFFFFFFFF
Definition at line 223 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_AutoPolling(), and HAL_OSPI_AutoPolling_IT().
uint32_t OSPI_AutoPollingTypeDef::MatchMode |
Specifies the method used for determining a match. This parameter can be a value of OSPI Match Mode
Definition at line 227 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_AutoPolling(), and HAL_OSPI_AutoPolling_IT().