STM32H735xx HAL User Manual
|
OTFDEC handle structure definition. More...
#include <stm32h7xx_hal_otfdec.h>
Data Fields | |
OTFDEC_TypeDef * | Instance |
HAL_OTFDEC_StateTypeDef | State |
HAL_LockTypeDef | Lock |
__IO uint32_t | ErrorCode |
void(* | ErrorCallback )(struct __OTFDEC_HandleTypeDef *hotfdec) |
void(* | MspInitCallback )(struct __OTFDEC_HandleTypeDef *hotfdec) |
void(* | MspDeInitCallback )(struct __OTFDEC_HandleTypeDef *hotfdec) |
OTFDEC handle structure definition.
Definition at line 87 of file stm32h7xx_hal_otfdec.h.
void(* __OTFDEC_HandleTypeDef::ErrorCallback)(struct __OTFDEC_HandleTypeDef *hotfdec) |
OTFDEC error callback
Definition at line 101 of file stm32h7xx_hal_otfdec.h.
Referenced by HAL_OTFDEC_Init(), HAL_OTFDEC_IRQHandler(), HAL_OTFDEC_RegisterCallback(), and HAL_OTFDEC_UnRegisterCallback().
__IO uint32_t __OTFDEC_HandleTypeDef::ErrorCode |
OTFDEC error code
Definition at line 98 of file stm32h7xx_hal_otfdec.h.
Referenced by HAL_OTFDEC_DeInit(), HAL_OTFDEC_IRQHandler(), HAL_OTFDEC_RegisterCallback(), and HAL_OTFDEC_UnRegisterCallback().
OTFDEC_TypeDef* __OTFDEC_HandleTypeDef::Instance |
OTFDEC registers base address
Definition at line 92 of file stm32h7xx_hal_otfdec.h.
Referenced by HAL_OTFDEC_DeInit(), HAL_OTFDEC_Init(), HAL_OTFDEC_IRQHandler(), HAL_OTFDEC_RegionConfig(), HAL_OTFDEC_RegionDisable(), HAL_OTFDEC_RegionEnable(), HAL_OTFDEC_RegionGetConfig(), HAL_OTFDEC_RegionGetKeyCRC(), HAL_OTFDEC_RegionKeyLock(), HAL_OTFDEC_RegionSetKey(), and HAL_OTFDEC_RegionSetMode().
HAL_LockTypeDef __OTFDEC_HandleTypeDef::Lock |
OTFDEC locking object
Definition at line 96 of file stm32h7xx_hal_otfdec.h.
void(* __OTFDEC_HandleTypeDef::MspDeInitCallback)(struct __OTFDEC_HandleTypeDef *hotfdec) |
OTFDEC Msp DeInit callback
Definition at line 105 of file stm32h7xx_hal_otfdec.h.
Referenced by HAL_OTFDEC_DeInit(), HAL_OTFDEC_RegisterCallback(), and HAL_OTFDEC_UnRegisterCallback().
void(* __OTFDEC_HandleTypeDef::MspInitCallback)(struct __OTFDEC_HandleTypeDef *hotfdec) |
OTFDEC Msp Init callback
Definition at line 103 of file stm32h7xx_hal_otfdec.h.
Referenced by HAL_OTFDEC_Init(), HAL_OTFDEC_RegisterCallback(), and HAL_OTFDEC_UnRegisterCallback().
OTFDEC state
Definition at line 94 of file stm32h7xx_hal_otfdec.h.
Referenced by HAL_OTFDEC_DeInit(), HAL_OTFDEC_GetState(), HAL_OTFDEC_Init(), HAL_OTFDEC_RegisterCallback(), and HAL_OTFDEC_UnRegisterCallback().