Channel initialization and de-initialization functions.
More...
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.
◆ HAL_DFSDM_Channel_RegisterCallback()
Register a user DFSDM channel callback to be used instead of the weak predefined callback.
- Parameters
-
hdfsdm_channel | DFSDM channel handle. |
CallbackID | ID of the callback to be registered. This parameter can be one of the following values:
|
pCallback | pointer to the callback function. |
- Return values
-
Definition at line 723 of file stm32f4xx_hal_dfsdm.c.
◆ HAL_DFSDM_Channel_UnRegisterCallback()
Unregister a user DFSDM channel callback. DFSDM channel callback is redirected to the weak predefined callback.
- Parameters
-
hdfsdm_channel | DFSDM channel handle. |
CallbackID | ID of the callback to be unregistered. This parameter can be one of the following values:
|
- Return values
-
Definition at line 795 of file stm32f4xx_hal_dfsdm.c.
◆ HAL_DFSDM_ChannelDeInit()
De-initialize the DFSDM channel.
- Parameters
-
hdfsdm_channel | DFSDM channel handle. |
- Return values
-
Definition at line 575 of file stm32f4xx_hal_dfsdm.c.
◆ HAL_DFSDM_ChannelInit()
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
-
Definition at line 367 of file stm32f4xx_hal_dfsdm.c.
◆ HAL_DFSDM_ChannelMspDeInit()
De-initialize the DFSDM channel MSP.
- Parameters
-
hdfsdm_channel | DFSDM channel handle. |
- Return values
-
Definition at line 700 of file stm32f4xx_hal_dfsdm.c.
◆ HAL_DFSDM_ChannelMspInit()
Initialize the DFSDM channel MSP.
- Parameters
-
hdfsdm_channel | DFSDM channel handle. |
- Return values
-
Definition at line 686 of file stm32f4xx_hal_dfsdm.c.