TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

HCD Private Functions

HCD Private Functions
[HCD]

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.