STM32L486xx HAL User Manual
Functions
PCD Private Functions
PCD

Functions

static HAL_StatusTypeDef PCD_WriteEmptyTxFifo (PCD_HandleTypeDef *hpcd, uint32_t epnum)
 Check FIFO for the next packet to be loaded.

Function Documentation

static HAL_StatusTypeDef PCD_WriteEmptyTxFifo ( PCD_HandleTypeDef hpcd,
uint32_t  epnum 
) [static]

Check FIFO for the next packet to be loaded.

Parameters:
hpcdPCD handle
epnumendpoint number
Return values:
HALstatus

Definition at line 2159 of file stm32l4xx_hal_pcd.c.

References __PCD_HandleTypeDef::IN_ep, and __PCD_HandleTypeDef::Instance.

Referenced by HAL_PCD_IRQHandler().