STM32L486xx HAL User Manual
Data Fields
__COMP_HandleTypeDef Struct Reference

COMP Handle Structure definition. More...

#include <stm32l4xx_hal_comp.h>

Data Fields

COMP_TypeDef * Instance
COMP_InitTypeDef Init
HAL_LockTypeDef Lock
__IO HAL_COMP_StateTypeDef State
__IO uint32_t ErrorCode
void(* TriggerCallback )(struct __COMP_HandleTypeDef *hcomp)
void(* MspInitCallback )(struct __COMP_HandleTypeDef *hcomp)
void(* MspDeInitCallback )(struct __COMP_HandleTypeDef *hcomp)

Detailed Description

COMP Handle Structure definition.

Definition at line 115 of file stm32l4xx_hal_comp.h.


Field Documentation

COMP error code

Definition at line 121 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_GetError(), HAL_COMP_RegisterCallback(), and HAL_COMP_UnRegisterCallback().

COMP required parameters

Definition at line 118 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

HAL_LockTypeDef __COMP_HandleTypeDef::Lock

Locking object

Definition at line 119 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

COMP Msp DeInit callback

Definition at line 125 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_DeInit(), HAL_COMP_RegisterCallback(), and HAL_COMP_UnRegisterCallback().

COMP Msp Init callback

Definition at line 124 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init(), HAL_COMP_RegisterCallback(), and HAL_COMP_UnRegisterCallback().

COMP trigger callback

Definition at line 123 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init(), HAL_COMP_IRQHandler(), HAL_COMP_RegisterCallback(), and HAL_COMP_UnRegisterCallback().


The documentation for this struct was generated from the following file: