HAL
HAL_HCD_HC_ClearHubInfo()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_HCD_HC_ClearHubInfo()
HAL_HCD_HC_ClearHubInfo() function
Clear host channel hub information.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_hcd.h:261
HAL_StatusTypeDef
HAL_HCD_HC_ClearHubInfo
(
HCD_HandleTypeDef
*
hhcd
,
uint8_t
ch_num
)
;
Implemented in
stm32f4xx_hal_hcd.c:1253
Arguments
Argument
Description
hhcd
HCD handle
ch_num
Channel number. This parameter can be a value from 1 to 15
Return value
HAL status
Related Functions
Found 29 other functions taking a
HCD_HandleTypeDef
argument:
Function
Description
HAL_HCD_IRQHandler()
Handle HCD interrupt request.
HAL_HCD_Init()
Initialize the host driver.
HAL_HCD_HC_SubmitRequest()
Submit a new URB for processing.
HAL_HCD_MspInit()
Initialize the HCD MSP.
HAL_HCD_MspDeInit()
DeInitialize the HCD MSP.
HAL_HCD_Start()
Start the host driver.
HAL_HCD_GetCurrentFrame()
Return the current Host frame number.
HAL_HCD_HC_NotifyURBChange_Callback()
Notify URB state change callback.
HAL_HCD_HC_Init()
Initialize a host channel.
HAL_HCD_HC_GetXferCount()
Return the last host transfer size.
HAL_HCD_SOF_Callback()
SOF callback.
HAL_HCD_Connect_Callback()
Connection Event callback.
HAL_HCD_Disconnect_Callback()
Disconnection Event callback.
HAL_HCD_ResetPort()
Reset the host port.
HAL_HCD_GetCurrentSpeed()
Return the Host enumeration speed.
HAL_HCD_HC_Halt()
Halt a host channel.
HAL_HCD_PortEnabled_Callback()
Port Enabled Event callback.
HAL_HCD_PortDisabled_Callback()
Port Disabled Event callback.
HAL_HCD_DeInit()
DeInitialize the host driver.
HAL_HCD_Stop()
Stop the host driver.
HAL_HCD_HC_GetURBState()
Return URB state for a channel.
HCD_HC_IN_IRQHandler()
Handle Host Channel IN interrupt requests.
HCD_HC_OUT_IRQHandler()
Handle Host Channel OUT interrupt requests.
HCD_Port_IRQHandler()
Handle Host Port interrupt requests.
HCD_RXQLVL_IRQHandler()
Handle Rx Queue Level interrupt requests.
HAL_HCD_GetState()
Return the HCD handle state.
HAL_HCD_HC_GetState()
Return the Host Channel state.
HAL_HCD_HC_SetHubInfo()
Set host channel Hub information.
HAL_HCD_WKUP_IRQHandler()
Handles HCD Wakeup interrupt request.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out