TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

Initialization and de-initialization functions

Initialization and de-initialization functions
[Exported Functions]

Initialization and Configuration functions. More...

Functions

HAL_StatusTypeDef HAL_TSC_Init (TSC_HandleTypeDef *htsc)
 Initialize the TSC peripheral according to the specified parameters in the TSC_InitTypeDef structure and initialize the associated handle.
HAL_StatusTypeDef HAL_TSC_DeInit (TSC_HandleTypeDef *htsc)
 Deinitialize the TSC peripheral registers to their default reset values.
__weak void HAL_TSC_MspInit (TSC_HandleTypeDef *htsc)
 Initialize the TSC MSP.
__weak void HAL_TSC_MspDeInit (TSC_HandleTypeDef *htsc)
 DeInitialize the TSC MSP.

Detailed Description

Initialization and Configuration functions.

 ===============================================================================
              ##### Initialization and de-initialization functions #####
 ===============================================================================
    [..]  This section provides functions allowing to:
      (+) Initialize and configure the TSC.
      (+) De-initialize the TSC.

Function Documentation

HAL_StatusTypeDef HAL_TSC_DeInit ( TSC_HandleTypeDef *  htsc )

Deinitialize the TSC peripheral registers to their default reset values.

Parameters:
htsc,:TSC handle
Return values:
HALstatus

Definition at line 298 of file stm32l4xx_hal_tsc.c.

HAL_StatusTypeDef HAL_TSC_Init ( TSC_HandleTypeDef *  htsc )

Initialize the TSC peripheral according to the specified parameters in the TSC_InitTypeDef structure and initialize the associated handle.

Parameters:
htsc,:TSC handle
Return values:
HALstatus

Definition at line 210 of file stm32l4xx_hal_tsc.c.

__weak void HAL_TSC_MspDeInit ( TSC_HandleTypeDef *  htsc )

DeInitialize the TSC MSP.

Parameters:
htsc,:pointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC.
Return values:
None

Definition at line 347 of file stm32l4xx_hal_tsc.c.

__weak void HAL_TSC_MspInit ( TSC_HandleTypeDef *  htsc )

Initialize the TSC MSP.

Parameters:
htsc,:pointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC.
Return values:
None

Definition at line 331 of file stm32l4xx_hal_tsc.c.