TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

Channel initialization and de-initialization functions

Channel initialization and de-initialization functions
[DFSDM Exported Functions]

Channel initialization and de-initialization functions. More...

Functions

HAL_StatusTypeDef HAL_DFSDM_ChannelInit (DFSDM_Channel_HandleTypeDef *hdfsdm_channel)
 Initialize the DFSDM channel according to the specified parameters in the DFSDM_ChannelInitTypeDef structure and initialize the associated handle.
HAL_StatusTypeDef HAL_DFSDM_ChannelDeInit (DFSDM_Channel_HandleTypeDef *hdfsdm_channel)
 De-initialize the DFSDM channel.
__weak void HAL_DFSDM_ChannelMspInit (DFSDM_Channel_HandleTypeDef *hdfsdm_channel)
 Initialize the DFSDM channel MSP.
__weak void HAL_DFSDM_ChannelMspDeInit (DFSDM_Channel_HandleTypeDef *hdfsdm_channel)
 De-initialize the DFSDM channel MSP.

Detailed Description

Channel initialization and de-initialization functions.

  ==============================================================================
        ##### Channel initialization and de-initialization functions #####
  ==============================================================================
    [..]  This section provides functions allowing to:
      (+) Initialize the DFSDM channel.
      (+) De-initialize the DFSDM channel.

Function Documentation

HAL_StatusTypeDef HAL_DFSDM_ChannelDeInit ( DFSDM_Channel_HandleTypeDef *  hdfsdm_channel )

De-initialize the DFSDM channel.

Parameters:
hdfsdm_channel: DFSDM channel handle.
Return values:
HALstatus.

Definition at line 387 of file stm32l4xx_hal_dfsdm.c.

HAL_StatusTypeDef HAL_DFSDM_ChannelInit ( DFSDM_Channel_HandleTypeDef *  hdfsdm_channel )

Initialize the DFSDM channel according to the specified parameters in the DFSDM_ChannelInitTypeDef structure and initialize the associated handle.

Parameters:
hdfsdm_channel: DFSDM channel handle.
Return values:
HALstatus.

Definition at line 293 of file stm32l4xx_hal_dfsdm.c.

__weak void HAL_DFSDM_ChannelMspDeInit ( DFSDM_Channel_HandleTypeDef *  hdfsdm_channel )

De-initialize the DFSDM channel MSP.

Parameters:
hdfsdm_channel: DFSDM channel handle.
Return values:
None

Definition at line 448 of file stm32l4xx_hal_dfsdm.c.

__weak void HAL_DFSDM_ChannelMspInit ( DFSDM_Channel_HandleTypeDef *  hdfsdm_channel )

Initialize the DFSDM channel MSP.

Parameters:
hdfsdm_channel: DFSDM channel handle.
Return values:
None

Definition at line 433 of file stm32l4xx_hal_dfsdm.c.