STM32H735xx HAL User Manual
Data Fields
OSPI_AutoPollingTypeDef Struct Reference

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

Detailed Description

HAL OSPI Auto Polling mode configuration structure definition.

Definition at line 221 of file stm32h7xx_hal_ospi.h.


Field Documentation

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().

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().

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().

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().

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().


The documentation for this struct was generated from the following file: