STM32H735xx HAL User Manual
Functions
Initialization/de-initialization functions
DTS Exported Functions

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.

Detailed Description

Initialization and de-initialization functions.

 ===============================================================================
              ##### Initialization and de-initialization functions #####
 ===============================================================================
    [..]  This section provides functions to initialize and de-initialize comparators


Function Documentation

HAL_StatusTypeDef HAL_DTS_DeInit ( DTS_HandleTypeDef *  hdts)

DeInitialize the DTS peripheral.

Note:
Deinitialization cannot be performed if the DTS configuration is locked. To unlock the configuration, perform a system reset.
Parameters:
hdtsDTS handle
Return values:
HALstatus

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.

Parameters:
hdtsDTS handle
Return values:
HALstatus

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.

Parameters:
hdtsDTS handle
Return values:
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.

Parameters:
hdtsDTS handle
Return values:
None

Definition at line 255 of file stm32h7xx_hal_dts.c.

Referenced by HAL_DTS_Init().