STM32H735xx HAL User Manual
|
HAL OSPI Memory Mapped mode configuration structure definition. More...
#include <stm32h7xx_hal_ospi.h>
Data Fields | |
uint32_t | TimeOutActivation |
uint32_t | TimeOutPeriod |
HAL OSPI Memory Mapped mode configuration structure definition.
Definition at line 238 of file stm32h7xx_hal_ospi.h.
Specifies if the timeout counter is enabled to release the chip select. This parameter can be a value of OSPI Timeout Activation
Definition at line 240 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_MemoryMapped().
Specifies the number of clock to wait when the FIFO is full before to release the chip select. This parameter can be any value between 0 and 0xFFFF
Definition at line 242 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_MemoryMapped().