STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Initialization and de-initialization functions

Initialization and Configuration functions. More...

Collaboration diagram for 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 initialize the associated handle.
 
HAL_StatusTypeDef HAL_PCD_DeInit (PCD_HandleTypeDef *hpcd)
 DeInitializes the PCD peripheral.
 
void HAL_PCD_MspInit (PCD_HandleTypeDef *hpcd)
 Initializes the PCD MSP.
 
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_PCD_Init()

◆ HAL_PCD_DeInit()

HAL_StatusTypeDef HAL_PCD_DeInit ( PCD_HandleTypeDef * hpcd)

#include <stm32f4xx_hal_pcd.h>

DeInitializes the PCD peripheral.

Parameters
hpcdPCD handle
Return values
HALstatus

Definition at line 258 of file stm32f4xx_hal_pcd.c.

References HAL_ERROR, HAL_OK, HAL_PCD_MspDeInit(), HAL_PCD_STATE_BUSY, HAL_PCD_STATE_RESET, PCD_HandleTypeDef::Instance, and PCD_HandleTypeDef::State.

◆ HAL_PCD_MspInit()

__weak void HAL_PCD_MspInit ( PCD_HandleTypeDef * hpcd)

#include <stm32f4xx_hal_pcd.h>

Initializes the PCD MSP.

Parameters
hpcdPCD handle
Return values
None

Definition at line 297 of file stm32f4xx_hal_pcd.c.

References UNUSED.

Referenced by HAL_PCD_Init().

◆ HAL_PCD_MspDeInit()

__weak void HAL_PCD_MspDeInit ( PCD_HandleTypeDef * hpcd)

#include <stm32f4xx_hal_pcd.h>

DeInitializes PCD MSP.

Parameters
hpcdPCD handle
Return values
None

Definition at line 312 of file stm32f4xx_hal_pcd.c.

References UNUSED.

Referenced by HAL_PCD_DeInit().