STM32H735xx HAL User Manual
|
OTFDEC region configuration structure definition. More...
#include <stm32h7xx_hal_otfdec.h>
Data Fields | |
uint32_t | Nonce [2] |
uint32_t | StartAddress |
uint32_t | EndAddress |
uint16_t | Version |
OTFDEC region configuration structure definition.
Definition at line 53 of file stm32h7xx_hal_otfdec.h.
OTFDEC region end address
Definition at line 59 of file stm32h7xx_hal_otfdec.h.
Referenced by HAL_OTFDEC_RegionConfig(), and HAL_OTFDEC_RegionGetConfig().
uint32_t OTFDEC_RegionConfigTypeDef::Nonce[2] |
OTFDEC region nonce
Definition at line 55 of file stm32h7xx_hal_otfdec.h.
Referenced by HAL_OTFDEC_RegionConfig(), and HAL_OTFDEC_RegionGetConfig().
OTFDEC region start address
Definition at line 57 of file stm32h7xx_hal_otfdec.h.
Referenced by HAL_OTFDEC_RegionConfig(), and HAL_OTFDEC_RegionGetConfig().
uint16_t OTFDEC_RegionConfigTypeDef::Version |
OTFDEC region firmware version
Definition at line 61 of file stm32h7xx_hal_otfdec.h.
Referenced by HAL_OTFDEC_RegionConfig(), and HAL_OTFDEC_RegionGetConfig().