STM32H735xx HAL User Manual
Data Structures | Typedefs | Enumerations
OTFDEC Peripheral handle definitions
OTFDEC Exported Types

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 Documentation

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.


Enumeration Type Documentation

HAL OTFDEC Callback ID enumeration definition.

Enumerator:
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.

Enumerator:
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.