STM32H735xx HAL User Manual
|
Initialization and de-initialization functions. More...
Functions | |
HAL_StatusTypeDef | HAL_DTS_Init (DTS_HandleTypeDef *hdts) |
Initialize the DTS according to the specified parameters in the DTS_InitTypeDef and initialize the associated handle. | |
HAL_StatusTypeDef | HAL_DTS_DeInit (DTS_HandleTypeDef *hdts) |
DeInitialize the DTS peripheral. | |
__weak void | HAL_DTS_MspInit (DTS_HandleTypeDef *hdts) |
Initialize the DTS MSP. | |
__weak void | HAL_DTS_MspDeInit (DTS_HandleTypeDef *hdts) |
DeInitialize the DTS MSP. |
Initialization and de-initialization functions.
=============================================================================== ##### Initialization and de-initialization functions ##### =============================================================================== [..] This section provides functions to initialize and de-initialize comparators
HAL_StatusTypeDef HAL_DTS_DeInit | ( | DTS_HandleTypeDef * | hdts | ) |
DeInitialize the DTS peripheral.
hdts | DTS handle |
HAL | status |
Definition at line 218 of file stm32h7xx_hal_dts.c.
References assert_param, and HAL_DTS_MspDeInit().
HAL_StatusTypeDef HAL_DTS_Init | ( | DTS_HandleTypeDef * | hdts | ) |
Initialize the DTS according to the specified parameters in the DTS_InitTypeDef and initialize the associated handle.
hdts | DTS handle |
HAL | status |
Definition at line 114 of file stm32h7xx_hal_dts.c.
References assert_param, DTS_ResetCallback(), and HAL_DTS_MspInit().
__weak void HAL_DTS_MspDeInit | ( | DTS_HandleTypeDef * | hdts | ) |
DeInitialize the DTS MSP.
hdts | DTS handle |
None |
Definition at line 270 of file stm32h7xx_hal_dts.c.
Referenced by HAL_DTS_DeInit().
__weak void HAL_DTS_MspInit | ( | DTS_HandleTypeDef * | hdts | ) |
Initialize the DTS MSP.
hdts | DTS handle |
None |
Definition at line 255 of file stm32h7xx_hal_dts.c.
Referenced by HAL_DTS_Init().