UM1940
HAL_PCD_SOFCallback
Function name
Function description
Parameters
Return values
HAL_PCD_ResetCallback
Function name
Function description
Parameters
Return values
HAL_PCD_SuspendCallback
Function name
Function description
Parameters
Return values
HAL_PCD_ResumeCallback
Function name
Function description
Parameters
Return values
HAL_PCD_ISOOUTIncompleteCallback
Function name
Function description
Parameters
Return values
HAL_PCD_ISOINIncompleteCallback
Function name
Function description
Parameters
void HAL_PCD_SOFCallback (PCD_HandleTypeDef * hpcd)
USB Start Of Frame callback.
hpcd: PCD handle
None:
void HAL_PCD_ResetCallback (PCD_HandleTypeDef * hpcd)
USB Reset callback.
hpcd: PCD handle
None:
void HAL_PCD_SuspendCallback (PCD_HandleTypeDef *
hpcd)
Suspend event callback.
hpcd: PCD handle
None:
void HAL_PCD_ResumeCallback (PCD_HandleTypeDef *
hpcd)
Resume event callback.
hpcd: PCD handle
None:
void HAL_PCD_ISOOUTIncompleteCallback
(PCD_HandleTypeDef * hpcd, uint8_t epnum)
Incomplete ISO OUT callback.
hpcd: PCD handle
epnum: endpoint number
None:
void HAL_PCD_ISOINIncompleteCallback
(PCD_HandleTypeDef * hpcd, uint8_t epnum)
Incomplete ISO IN callback.
hpcd: PCD handle
DocID028236 Rev 2
HAL PCD Generic Driver
397/1371
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?