STM32H735xx HAL User Manual
|
Defines | |
#define | HAL_OSPI_ADDRESS_8_BITS ((uint32_t)0x00000000U) |
#define | HAL_OSPI_ADDRESS_16_BITS ((uint32_t)OCTOSPI_CCR_ADSIZE_0) |
#define | HAL_OSPI_ADDRESS_24_BITS ((uint32_t)OCTOSPI_CCR_ADSIZE_1) |
#define | HAL_OSPI_ADDRESS_32_BITS ((uint32_t)OCTOSPI_CCR_ADSIZE) |
#define HAL_OSPI_ADDRESS_16_BITS ((uint32_t)OCTOSPI_CCR_ADSIZE_0) |
16-bit address
Definition at line 483 of file stm32h7xx_hal_ospi.h.
#define HAL_OSPI_ADDRESS_24_BITS ((uint32_t)OCTOSPI_CCR_ADSIZE_1) |
24-bit address
Definition at line 484 of file stm32h7xx_hal_ospi.h.
#define HAL_OSPI_ADDRESS_32_BITS ((uint32_t)OCTOSPI_CCR_ADSIZE) |
32-bit address
Definition at line 485 of file stm32h7xx_hal_ospi.h.
#define HAL_OSPI_ADDRESS_8_BITS ((uint32_t)0x00000000U) |
8-bit address
Definition at line 482 of file stm32h7xx_hal_ospi.h.