STM32H735xx HAL User Manual
|
Defines | |
#define | HAL_OSPI_WRAP_NOT_SUPPORTED ((uint32_t)0x00000000U) |
#define | HAL_OSPI_WRAP_16_BYTES ((uint32_t)OCTOSPI_DCR2_WRAPSIZE_1) |
#define | HAL_OSPI_WRAP_32_BYTES ((uint32_t)(OCTOSPI_DCR2_WRAPSIZE_0 | OCTOSPI_DCR2_WRAPSIZE_1)) |
#define | HAL_OSPI_WRAP_64_BYTES ((uint32_t)OCTOSPI_DCR2_WRAPSIZE_2) |
#define | HAL_OSPI_WRAP_128_BYTES ((uint32_t)(OCTOSPI_DCR2_WRAPSIZE_0 | OCTOSPI_DCR2_WRAPSIZE_2)) |
#define HAL_OSPI_WRAP_128_BYTES ((uint32_t)(OCTOSPI_DCR2_WRAPSIZE_0 | OCTOSPI_DCR2_WRAPSIZE_2)) |
external memory supports wrap size of 128 bytes
Definition at line 383 of file stm32h7xx_hal_ospi.h.
#define HAL_OSPI_WRAP_16_BYTES ((uint32_t)OCTOSPI_DCR2_WRAPSIZE_1) |
external memory supports wrap size of 16 bytes
Definition at line 380 of file stm32h7xx_hal_ospi.h.
#define HAL_OSPI_WRAP_32_BYTES ((uint32_t)(OCTOSPI_DCR2_WRAPSIZE_0 | OCTOSPI_DCR2_WRAPSIZE_1)) |
external memory supports wrap size of 32 bytes
Definition at line 381 of file stm32h7xx_hal_ospi.h.
#define HAL_OSPI_WRAP_64_BYTES ((uint32_t)OCTOSPI_DCR2_WRAPSIZE_2) |
external memory supports wrap size of 64 bytes
Definition at line 382 of file stm32h7xx_hal_ospi.h.
#define HAL_OSPI_WRAP_NOT_SUPPORTED ((uint32_t)0x00000000U) |
wrapped reads are not supported by the memory
Definition at line 379 of file stm32h7xx_hal_ospi.h.