
Functions | |
| HAL_StatusTypeDef | HAL_DFSDM_ChannelDeInit (DFSDM_Channel_HandleTypeDef *hdfsdm_channel) |
| HAL_StatusTypeDef | HAL_DFSDM_ChannelInit (DFSDM_Channel_HandleTypeDef *hdfsdm_channel) |
| void | HAL_DFSDM_ChannelMspDeInit (DFSDM_Channel_HandleTypeDef *hdfsdm_channel) |
| DFSDM_Channel MSP De-Initialization This function freeze the hardware resources used in this example. More... | |
| void | HAL_DFSDM_ChannelMspInit (DFSDM_Channel_HandleTypeDef *hdfsdm_channel) |
| DFSDM_Channel MSP Initialization This function configures the hardware resources used in this example. More... | |
| HAL_StatusTypeDef HAL_DFSDM_ChannelDeInit | ( | DFSDM_Channel_HandleTypeDef * | hdfsdm_channel | ) |
| HAL_StatusTypeDef HAL_DFSDM_ChannelInit | ( | DFSDM_Channel_HandleTypeDef * | hdfsdm_channel | ) |
| void HAL_DFSDM_ChannelMspDeInit | ( | DFSDM_Channel_HandleTypeDef * | hdfsdm_channel | ) |
DFSDM_Channel MSP De-Initialization This function freeze the hardware resources used in this example.
| hdfsdm_channel | DFSDM_Channel handle pointer |
| None |
DFSDM1 GPIO Configuration PE7 ---—> DFSDM1_DATIN2 PE9 ---—> DFSDM1_CKOUT
Definition at line 290 of file stm32h7xx_hal_msp.c.
| void HAL_DFSDM_ChannelMspInit | ( | DFSDM_Channel_HandleTypeDef * | hdfsdm_channel | ) |
DFSDM_Channel MSP Initialization This function configures the hardware resources used in this example.
| hdfsdm_channel | DFSDM_Channel handle pointer |
| None |
Initializes the peripherals clock
DFSDM1 GPIO Configuration PE7 ---—> DFSDM1_DATIN2 PE9 ---—> DFSDM1_CKOUT
Definition at line 207 of file stm32h7xx_hal_msp.c.