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... | |
HAL_StatusTypeDef HAL_PCD_DeInit | ( | PCD_HandleTypeDef * | hpcd | ) |
DeInitializes the PCD peripheral.
hpcd | PCD handle |
HAL | status |
void HAL_PCD_Enable | ( | uint8_t | enable | ) |
Enable/disable PCD.
enable | 1: enable, 0: disable |
None |
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.
hpcd | PCD handle |
HAL | status |
void HAL_PCD_MspDeInit | ( | PCD_HandleTypeDef * | hpcd | ) |
DeInitializes PCD MSP.
hpcd | PCD handle |
None |
void HAL_PCD_MspInit | ( | PCD_HandleTypeDef * | hpcd | ) |
Initializes the PCD MSP.
hpcd | PCD handle |
None |