|
STM32F439xx HAL User Manual
|
Functions | |
| static HAL_StatusTypeDef | PCD_WriteEmptyTxFifo (PCD_HandleTypeDef *hpcd, uint32_t epnum) |
| Check FIFO for the next packet to be loaded. | |
| static HAL_StatusTypeDef PCD_WriteEmptyTxFifo | ( | PCD_HandleTypeDef * | hpcd, |
| uint32_t | epnum | ||
| ) | [static] |
Check FIFO for the next packet to be loaded.
| hpcd | PCD handle |
| epnum | endpoint number |
| HAL | status |
Definition at line 1260 of file stm32f4xx_hal_pcd.c.
References PCD_HandleTypeDef::IN_ep, PCD_HandleTypeDef::Init, and PCD_HandleTypeDef::Instance.
Referenced by HAL_PCD_IRQHandler().
1.7.6.1