Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
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:
-
HAL status.
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:
-
HAL status.
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.
Generated on Tue Jul 12 2022 17:38:53 by
