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
[PCD Exported Functions]
Initialization and Configuration functions. More...
Functions | |
HAL_StatusTypeDef | HAL_PCD_Init (PCD_HandleTypeDef *hpcd) |
Initializes the PCD according to the specified parameters in the PCD_InitTypeDef and initialize the associated handle. | |
HAL_StatusTypeDef | HAL_PCD_DeInit (PCD_HandleTypeDef *hpcd) |
DeInitializes the PCD peripheral. | |
__weak void | HAL_PCD_MspInit (PCD_HandleTypeDef *hpcd) |
Initializes the PCD MSP. | |
__weak void | HAL_PCD_MspDeInit (PCD_HandleTypeDef *hpcd) |
DeInitializes PCD MSP. |
Detailed Description
Initialization and Configuration functions.
=============================================================================== ##### Initialization and de-initialization functions ##### =============================================================================== [..] This section provides functions allowing to:
Function Documentation
HAL_StatusTypeDef HAL_PCD_DeInit | ( | PCD_HandleTypeDef * | hpcd ) |
DeInitializes the PCD peripheral.
- Parameters:
-
hpcd,: PCD handle
- Return values:
-
HAL status
Definition at line 228 of file stm32l4xx_hal_pcd.c.
HAL_StatusTypeDef HAL_PCD_Init | ( | PCD_HandleTypeDef * | hpcd ) |
Initializes the PCD according to the specified parameters in the PCD_InitTypeDef and initialize the associated handle.
- Parameters:
-
hpcd,: PCD handle
- Return values:
-
HAL status
Definition at line 143 of file stm32l4xx_hal_pcd.c.
__weak void HAL_PCD_MspDeInit | ( | PCD_HandleTypeDef * | hpcd ) |
DeInitializes PCD MSP.
- Parameters:
-
hpcd,: PCD handle
- Return values:
-
None
Definition at line 269 of file stm32l4xx_hal_pcd.c.
__weak void HAL_PCD_MspInit | ( | PCD_HandleTypeDef * | hpcd ) |
Initializes the PCD MSP.
- Parameters:
-
hpcd,: PCD handle
- Return values:
-
None
Definition at line 254 of file stm32l4xx_hal_pcd.c.
Generated on Tue Jul 12 2022 17:38:54 by
