![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
void HAL_PCD_ConnectCallback | ( | PCD_HandleTypeDef * | hpcd | ) |
ConnectCallback callback.
hpcd | PCD handle |
None |
Definition at line 338 of file usbd_conf.c.
void HAL_PCD_DataInStageCallback | ( | PCD_HandleTypeDef * | hpcd, |
uint8_t | epnum | ||
) |
DataIn Stage callback.
hpcd | PCD handle |
epnum | Endpoint Number |
None |
Definition at line 245 of file usbd_conf.c.
void HAL_PCD_DataOutStageCallback | ( | PCD_HandleTypeDef * | hpcd, |
uint8_t | epnum | ||
) |
DataOut Stage callback.
hpcd | PCD handle |
epnum | Endpoint Number |
None |
Definition at line 234 of file usbd_conf.c.
void HAL_PCD_DisconnectCallback | ( | PCD_HandleTypeDef * | hpcd | ) |
Disconnect callback.
hpcd | PCD handle |
None |
Definition at line 348 of file usbd_conf.c.
void HAL_PCD_IRQHandler | ( | PCD_HandleTypeDef * | hpcd | ) |
void HAL_PCD_ISOINIncompleteCallback | ( | PCD_HandleTypeDef * | hpcd, |
uint8_t | epnum | ||
) |
ISOINIncomplete callback.
hpcd | PCD handle |
epnum | Endpoint Number |
None |
Definition at line 328 of file usbd_conf.c.
void HAL_PCD_ISOOUTIncompleteCallback | ( | PCD_HandleTypeDef * | hpcd, |
uint8_t | epnum | ||
) |
ISOOUTIncomplete callback.
hpcd | PCD handle |
epnum | Endpoint Number |
None |
Definition at line 317 of file usbd_conf.c.
void HAL_PCD_ResetCallback | ( | PCD_HandleTypeDef * | hpcd | ) |
Reset callback.
hpcd | PCD handle |
None |
Definition at line 265 of file usbd_conf.c.
void HAL_PCD_ResumeCallback | ( | PCD_HandleTypeDef * | hpcd | ) |
Resume callback.
hpcd | PCD handle |
None |
Definition at line 306 of file usbd_conf.c.
void HAL_PCD_SetupStageCallback | ( | PCD_HandleTypeDef * | hpcd | ) |
SetupStage callback.
hpcd | PCD handle |
None |
Definition at line 223 of file usbd_conf.c.
void HAL_PCD_SOFCallback | ( | PCD_HandleTypeDef * | hpcd | ) |
SOF callback.
hpcd | PCD handle |
None |
Definition at line 255 of file usbd_conf.c.
HAL_StatusTypeDef HAL_PCD_Start | ( | PCD_HandleTypeDef * | hpcd | ) |
HAL_StatusTypeDef HAL_PCD_Stop | ( | PCD_HandleTypeDef * | hpcd | ) |
void HAL_PCD_SuspendCallback | ( | PCD_HandleTypeDef * | hpcd | ) |
Suspend callback.
hpcd | PCD handle |
None |
Definition at line 296 of file usbd_conf.c.