usbx
UX_HCD_STM32_STRUCT::ux_hcd_stm32_controller_flag
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_HCD_STM32_STRUCT::ux_hcd_stm32_controller_flag
UX_HCD_STM32_STRUCT::ux_hcd_stm32_controller_flag field
Syntax
Show:
Summary
Declaration
from
ux_hcd_stm32.h:100
ULONG
ux_hcd_stm32_controller_flag
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
ux_hcd_stm32_controller_flag
;
ux_hcd_stm32.h:100
hcd_stm32
->
ux_hcd_stm32_controller_flag
|=
UX_HCD_STM32_CONTROLLER_FLAG_DEVICE_ATTACHED
;
ux_hcd_stm32_callback.c:86
HAL_HCD_Connect_Callback()
hcd_stm32
->
ux_hcd_stm32_controller_flag
&=
~
UX_HCD_STM32_CONTROLLER_FLAG_DEVICE_DETACHED
;
ux_hcd_stm32_callback.c:87
HAL_HCD_Connect_Callback()
hcd_stm32
->
ux_hcd_stm32_controller_flag
|=
UX_HCD_STM32_CONTROLLER_FLAG_DEVICE_DETACHED
;
ux_hcd_stm32_callback.c:146
HAL_HCD_Disconnect_Callback()
hcd_stm32
->
ux_hcd_stm32_controller_flag
&=
~
UX_HCD_STM32_CONTROLLER_FLAG_DEVICE_ATTACHED
;
ux_hcd_stm32_callback.c:147
HAL_HCD_Disconnect_Callback()
if
(
(
hcd_stm32
->
ux_hcd_stm32_controller_flag
&
UX_HCD_STM32_CONTROLLER_FLAG_SOF
)
==
0
)
ux_hcd_stm32_callback.c:375
HAL_HCD_SOF_Callback()
hcd_stm32
->
ux_hcd_stm32_controller_flag
|=
UX_HCD_STM32_CONTROLLER_FLAG_SOF
;
ux_hcd_stm32_callback.c:377
HAL_HCD_SOF_Callback()
hcd_stm32
->
ux_hcd_stm32_controller_flag
&=
~
UX_HCD_STM32_CONTROLLER_FLAG_SOF
;
ux_hcd_stm32_entry.c:214
_ux_hcd_stm32_entry()
if
(
(
hcd_stm32
->
ux_hcd_stm32_controller_flag
&
UX_HCD_STM32_CONTROLLER_FLAG_DEVICE_ATTACHED
)
==
0
)
ux_hcd_stm32_port_reset.c:96
_ux_hcd_stm32_port_reset()
if
(
hcd_stm32
->
ux_hcd_stm32_controller_flag
&
UX_HCD_STM32_CONTROLLER_FLAG_DEVICE_ATTACHED
)
ux_hcd_stm32_port_status_get.c:122
_ux_hcd_stm32_port_status_get()
if
(
hcd_stm32
->
ux_hcd_stm32_controller_flag
&
UX_HCD_STM32_CONTROLLER_FLAG_DEVICE_ATTACHED
)
ux_hcd_stm32_request_transfer.c:87
_ux_hcd_stm32_request_transfer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HCD_STM32_STRUCT::ux_hcd_stm32_controller_flag
is written by 4 functions and is read by 7 functions:
HAL_HCD_Connect_Callback()
HAL_HCD_Disconnect_Callback()
HAL_HCD_SOF_Callback()
_ux_hcd_stm32_entry()
All items filtered out
UX_HCD_STM32_STRUCT::ux_hcd_stm32_controller_flag
HAL_HCD_Connect_Callback()
HAL_HCD_Disconnect_Callback()
HAL_HCD_SOF_Callback()
_ux_hcd_stm32_entry()
_ux_hcd_stm32_port_reset()
_ux_hcd_stm32_port_status_get()
_ux_hcd_stm32_request_transfer()
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