|
STM32F439xx HAL User Manual
|
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. | |
Initialization and Configuration functions.
===============================================================================
##### Initialization and de-initialization functions #####
===============================================================================
[..] This section provides functions allowing to:
| HAL_StatusTypeDef HAL_PCD_DeInit | ( | PCD_HandleTypeDef * | hpcd | ) |
DeInitializes the PCD peripheral.
| hpcd | PCD handle |
| HAL | status |
Definition at line 222 of file stm32f4xx_hal_pcd.c.
References HAL_PCD_MspDeInit(), HAL_PCD_STATE_BUSY, HAL_PCD_STATE_RESET, HAL_PCD_Stop(), and PCD_HandleTypeDef::State.
| 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.
| hpcd | PCD handle |
| HAL | status |
Definition at line 137 of file stm32f4xx_hal_pcd.c.
References __HAL_PCD_DISABLE, assert_param, HAL_PCD_MspInit(), HAL_PCD_STATE_BUSY, HAL_PCD_STATE_READY, PCD_HandleTypeDef::IN_ep, PCD_HandleTypeDef::Init, PCD_HandleTypeDef::Instance, PCD_HandleTypeDef::OUT_ep, and PCD_HandleTypeDef::State.
| void HAL_PCD_MspDeInit | ( | PCD_HandleTypeDef * | hpcd | ) |
DeInitializes PCD MSP.
| hpcd | PCD handle |
| None |
Definition at line 262 of file stm32f4xx_hal_pcd.c.
Referenced by HAL_PCD_DeInit().
| void HAL_PCD_MspInit | ( | PCD_HandleTypeDef * | hpcd | ) |
Initializes the PCD MSP.
| hpcd | PCD handle |
| None |
Definition at line 248 of file stm32f4xx_hal_pcd.c.
Referenced by HAL_PCD_Init().
1.7.6.1