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.
Functions | |
static void | HCD_HC_IN_IRQHandler (HCD_HandleTypeDef *hhcd, uint8_t chnum) |
Handle Host Channel IN interrupt requests. | |
static void | HCD_HC_OUT_IRQHandler (HCD_HandleTypeDef *hhcd, uint8_t chnum) |
Handle Host Channel OUT interrupt requests. | |
static void | HCD_RXQLVL_IRQHandler (HCD_HandleTypeDef *hhcd) |
Handle Rx Queue Level interrupt requests. | |
static void | HCD_Port_IRQHandler (HCD_HandleTypeDef *hhcd) |
Handle Host Port interrupt requests. |
Function Documentation
static void HCD_HC_IN_IRQHandler | ( | HCD_HandleTypeDef * | hhcd, |
uint8_t | chnum | ||
) | [static] |
Handle Host Channel IN interrupt requests.
- Parameters:
-
hhcd,: HCD handle chnum,: Channel number. This parameter can be a value from 1 to 15
- Return values:
-
none
Definition at line 841 of file stm32l4xx_hal_hcd.c.
static void HCD_HC_OUT_IRQHandler | ( | HCD_HandleTypeDef * | hhcd, |
uint8_t | chnum | ||
) | [static] |
Handle Host Channel OUT interrupt requests.
- Parameters:
-
hhcd,: HCD handle chnum,: Channel number. This parameter can be a value from 1 to 15
- Return values:
-
none
Definition at line 988 of file stm32l4xx_hal_hcd.c.
static void HCD_Port_IRQHandler | ( | HCD_HandleTypeDef * | hhcd ) | [static] |
Handle Host Port interrupt requests.
- Parameters:
-
hhcd,: HCD handle
- Return values:
-
None
Definition at line 1184 of file stm32l4xx_hal_hcd.c.
static void HCD_RXQLVL_IRQHandler | ( | HCD_HandleTypeDef * | hhcd ) | [static] |
Handle Rx Queue Level interrupt requests.
- Parameters:
-
hhcd,: HCD handle
- Return values:
-
none
Definition at line 1131 of file stm32l4xx_hal_hcd.c.
Generated on Tue Jul 12 2022 11:00:04 by
