思澈科技软件开发工具包  2.20
Initialization and de-initialization functions

Functions

HAL_StatusTypeDef HAL_PCD_Init (PCD_HandleTypeDef *hpcd)
 Initializes the PCD according to the specified parameters in the PCD_InitTypeDef and create the associated handle. More...
 
HAL_StatusTypeDef HAL_PCD_DeInit (PCD_HandleTypeDef *hpcd)
 DeInitializes the PCD peripheral. More...
 
void HAL_PCD_MspInit (PCD_HandleTypeDef *hpcd)
 Initializes the PCD MSP. More...
 
void HAL_PCD_MspDeInit (PCD_HandleTypeDef *hpcd)
 DeInitializes PCD MSP. More...
 
void HAL_PCD_Enable (uint8_t enable)
 Enable/disable PCD. More...
 

Detailed Description

Function Documentation

◆ HAL_PCD_DeInit()

HAL_StatusTypeDef HAL_PCD_DeInit ( PCD_HandleTypeDef hpcd)

DeInitializes the PCD peripheral.

Parameters
hpcdPCD handle
Return values
HALstatus

◆ HAL_PCD_Enable()

void HAL_PCD_Enable ( uint8_t  enable)

Enable/disable PCD.

Parameters
enable1: enable, 0: disable
Return values
None

◆ HAL_PCD_Init()

HAL_StatusTypeDef HAL_PCD_Init ( PCD_HandleTypeDef hpcd)

Initializes the PCD according to the specified parameters in the PCD_InitTypeDef and create the associated handle.

Parameters
hpcdPCD handle
Return values
HALstatus

◆ HAL_PCD_MspDeInit()

void HAL_PCD_MspDeInit ( PCD_HandleTypeDef hpcd)

DeInitializes PCD MSP.

Parameters
hpcdPCD handle
Return values
None

◆ HAL_PCD_MspInit()

void HAL_PCD_MspInit ( PCD_HandleTypeDef hpcd)

Initializes the PCD MSP.

Parameters
hpcdPCD handle
Return values
None