L4 HAL Drivers

Embed: (wiki syntax)

« Back to documentation index

Initialization and de-initialization functions

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:
HALstatus

Definition at line 220 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:
HALstatus

Definition at line 135 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 258 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 246 of file stm32l4xx_hal_pcd.c.