STM32F439xx HAL User Manual
Data Fields
PCD_HandleTypeDef Struct Reference

PCD Handle Structure definition. More...

#include <stm32f4xx_hal_pcd.h>

Data Fields

PCD_TypeDefInstance
PCD_InitTypeDef Init
PCD_EPTypeDef IN_ep [16U]
PCD_EPTypeDef OUT_ep [16U]
HAL_LockTypeDef Lock
__IO PCD_StateTypeDef State
uint32_t Setup [12U]
void * pData

Detailed Description

PCD Handle Structure definition.

Definition at line 94 of file stm32f4xx_hal_pcd.h.


Field Documentation

HAL_LockTypeDef PCD_HandleTypeDef::Lock

PCD peripheral status

Definition at line 100 of file stm32f4xx_hal_pcd.h.

Pointer to upper stack Handler

Definition at line 113 of file stm32f4xx_hal_pcd.h.

uint32_t PCD_HandleTypeDef::Setup[12U]

Setup packet buffer

Definition at line 102 of file stm32f4xx_hal_pcd.h.

Referenced by HAL_PCD_EP_SetStall(), and HAL_PCD_IRQHandler().

PCD communication state

Definition at line 101 of file stm32f4xx_hal_pcd.h.

Referenced by HAL_PCD_DeInit(), HAL_PCD_GetState(), and HAL_PCD_Init().


The documentation for this struct was generated from the following file: