Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
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_EP_ISR_Handler (PCD_HandleTypeDef *hpcd) |
This function handles PCD Endpoint interrupt request. |
Function Documentation
static HAL_StatusTypeDef PCD_EP_ISR_Handler | ( | PCD_HandleTypeDef * | hpcd ) | [static] |
This function handles PCD Endpoint interrupt request.
- Parameters:
-
hpcd,: PCD handle
- Return values:
-
HAL status
Definition at line 1414 of file stm32l4xx_hal_pcd.c.
static HAL_StatusTypeDef PCD_WriteEmptyTxFifo | ( | PCD_HandleTypeDef * | hpcd, |
uint32_t | epnum | ||
) | [static] |
Check FIFO for the next packet to be loaded.
- Parameters:
-
hpcd,: PCD handle epnum,: endpoint number
- Return values:
-
HAL status
Definition at line 1359 of file stm32l4xx_hal_pcd.c.
Generated on Tue Jul 12 2022 17:38:54 by
