STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
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. | |
|
static |
#include <stm32f4xx_hal_hcd.c>
Handle Host Channel IN interrupt requests.
hhcd | HCD handle |
chnum | Channel number. This parameter can be a value from 1 to 15 |
none |
Definition at line 1280 of file stm32f4xx_hal_hcd.c.
References __HAL_HCD_CLEAR_HC_CSPLT, __HAL_HCD_CLEAR_HC_INT, __HAL_HCD_GET_CH_FLAG, __HAL_HCD_UNMASK_ACK_HC_INT, HAL_HCD_HC_NotifyURBChange_Callback(), HCD_HandleTypeDef::hc, HCD_HandleTypeDef::Init, and HCD_HandleTypeDef::Instance.
Referenced by HAL_HCD_IRQHandler().
|
static |
#include <stm32f4xx_hal_hcd.c>
Handle Host Channel OUT interrupt requests.
hhcd | HCD handle |
chnum | Channel number. This parameter can be a value from 1 to 15 |
none |
Definition at line 1599 of file stm32f4xx_hal_hcd.c.
References __HAL_HCD_CLEAR_HC_CSPLT, __HAL_HCD_CLEAR_HC_INT, __HAL_HCD_GET_CH_FLAG, HAL_HCD_HC_NotifyURBChange_Callback(), HCD_HandleTypeDef::hc, HCD_DEVICE_SPEED_HIGH, HCD_HandleTypeDef::Init, and HCD_HandleTypeDef::Instance.
Referenced by HAL_HCD_IRQHandler().
|
static |
#include <stm32f4xx_hal_hcd.c>
Handle Rx Queue Level interrupt requests.
hhcd | HCD handle |
none |
Definition at line 1840 of file stm32f4xx_hal_hcd.c.
References HCD_HandleTypeDef::hc, and HCD_HandleTypeDef::Instance.
Referenced by HAL_HCD_IRQHandler().
|
static |
#include <stm32f4xx_hal_hcd.c>
Handle Host Port interrupt requests.
hhcd | HCD handle |
None |
Definition at line 1906 of file stm32f4xx_hal_hcd.c.
References HAL_HCD_Connect_Callback(), HAL_HCD_PortDisabled_Callback(), HAL_HCD_PortEnabled_Callback(), HCD_SPEED_FULL, HCD_HandleTypeDef::Init, and HCD_HandleTypeDef::Instance.
Referenced by HAL_HCD_IRQHandler().