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
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:
-
HAL status
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:
-
HAL status
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.
Generated on Tue Jul 12 2022 17:38:54 by
