STM32L486xx HAL User Manual
Data Fields
__DFSDM_Channel_HandleTypeDef Struct Reference

DFSDM channel handle structure definition. More...

#include <stm32l4xx_hal_dfsdm.h>

Data Fields

DFSDM_Channel_TypeDef * Instance
DFSDM_Channel_InitTypeDef Init
HAL_DFSDM_Channel_StateTypeDef State
void(* CkabCallback )(struct __DFSDM_Channel_HandleTypeDef *hdfsdm_channel)
void(* ScdCallback )(struct __DFSDM_Channel_HandleTypeDef *hdfsdm_channel)
void(* MspInitCallback )(struct __DFSDM_Channel_HandleTypeDef *hdfsdm_channel)
void(* MspDeInitCallback )(struct __DFSDM_Channel_HandleTypeDef *hdfsdm_channel)

Detailed Description

DFSDM channel handle structure definition.

Definition at line 143 of file stm32l4xx_hal_dfsdm.h.


Field Documentation

DFSDM channel clock absence detection callback

Definition at line 149 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_Channel_RegisterCallback(), HAL_DFSDM_Channel_UnRegisterCallback(), HAL_DFSDM_ChannelInit(), and HAL_DFSDM_IRQHandler().

DFSDM channel init parameters

Definition at line 146 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_ChannelInit().

DFSDM channel MSP de-init callback

Definition at line 152 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_Channel_RegisterCallback(), HAL_DFSDM_Channel_UnRegisterCallback(), and HAL_DFSDM_ChannelDeInit().

DFSDM channel MSP init callback

Definition at line 151 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_Channel_RegisterCallback(), HAL_DFSDM_Channel_UnRegisterCallback(), and HAL_DFSDM_ChannelInit().

DFSDM channel short circuit detection callback

Definition at line 150 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_Channel_RegisterCallback(), HAL_DFSDM_Channel_UnRegisterCallback(), HAL_DFSDM_ChannelInit(), and HAL_DFSDM_IRQHandler().


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