STM32H735xx HAL User Manual
|
Data Structures | |
struct | __OTFDEC_HandleTypeDef |
OTFDEC handle structure definition. More... | |
Typedefs | |
typedef struct __OTFDEC_HandleTypeDef | OTFDEC_HandleTypeDef |
OTFDEC handle structure definition. | |
typedef void(* | pOTFDEC_CallbackTypeDef )(OTFDEC_HandleTypeDef *hotfdec) |
HAL OTFDEC Callback pointer definition. | |
Enumerations | |
enum | HAL_OTFDEC_StateTypeDef { HAL_OTFDEC_STATE_RESET = 0x00U, HAL_OTFDEC_STATE_READY = 0x01U, HAL_OTFDEC_STATE_BUSY = 0x02U } |
OTFDEC states structure definition. More... | |
enum | HAL_OTFDEC_CallbackIDTypeDef { HAL_OTFDEC_ERROR_CB_ID = 0x00U, HAL_OTFDEC_MSPINIT_CB_ID = 0x01U, HAL_OTFDEC_MSPDEINIT_CB_ID = 0x02U } |
HAL OTFDEC Callback ID enumeration definition. More... |
typedef struct __OTFDEC_HandleTypeDef OTFDEC_HandleTypeDef |
OTFDEC handle structure definition.
typedef void(* pOTFDEC_CallbackTypeDef)(OTFDEC_HandleTypeDef *hotfdec) |
HAL OTFDEC Callback pointer definition.
pointer to a OTFDEC callback function
Definition at line 124 of file stm32h7xx_hal_otfdec.h.
HAL OTFDEC Callback ID enumeration definition.
HAL_OTFDEC_ERROR_CB_ID |
OTFDEC error callback ID |
HAL_OTFDEC_MSPINIT_CB_ID |
OTFDEC Msp DeInit callback ID |
HAL_OTFDEC_MSPDEINIT_CB_ID |
OTFDEC Msp DeInit callback ID |
Definition at line 114 of file stm32h7xx_hal_otfdec.h.
OTFDEC states structure definition.
HAL_OTFDEC_STATE_RESET |
OTFDEC not yet initialized or disabled |
HAL_OTFDEC_STATE_READY |
OTFDEC initialized and ready for use |
HAL_OTFDEC_STATE_BUSY |
OTFDEC internal processing is ongoing |
Definition at line 76 of file stm32h7xx_hal_otfdec.h.