usbx
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_interval_mask
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_interval_mask
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_interval_mask field
Syntax
Show:
Summary
Declaration
from
ux_hcd_stm32.h:116
UCHAR
ux_stm32_ed_interval_mask
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
ux_stm32_ed_interval_mask
;
ux_hcd_stm32.h:116
ed
->
ux_stm32_ed_interval_mask
=
(
UCHAR
)
(
1
<
<
(
endpoint
->
ux_endpoint_descriptor
.
bInterval
-
1
)
)
-
1
;
ux_hcd_stm32_endpoint_create.c:167
_ux_hcd_stm32_endpoint_create()
ed
->
ux_stm32_ed_interval_mask
=
endpoint
->
ux_endpoint_descriptor
.
bInterval
;
ux_hcd_stm32_endpoint_create.c:173
_ux_hcd_stm32_endpoint_create()
ed
->
ux_stm32_ed_interval_mask
|=
ed
->
ux_stm32_ed_interval_mask
>
>
1
;
ux_hcd_stm32_endpoint_create.c:174
_ux_hcd_stm32_endpoint_create()
ed
->
ux_stm32_ed_interval_mask
|=
ed
->
ux_stm32_ed_interval_mask
>
>
2
;
ux_hcd_stm32_endpoint_create.c:175
_ux_hcd_stm32_endpoint_create()
ed
->
ux_stm32_ed_interval_mask
|=
ed
->
ux_stm32_ed_interval_mask
>
>
4
;
ux_hcd_stm32_endpoint_create.c:176
_ux_hcd_stm32_endpoint_create()
ed
->
ux_stm32_ed_interval_mask
>>=
1
;
ux_hcd_stm32_endpoint_create.c:177
_ux_hcd_stm32_endpoint_create()
if
(
(
list_index
&
ed
->
ux_stm32_ed_interval_mask
)
==
ed
->
ux_stm32_ed_interval_position
)
ux_hcd_stm32_least_traffic_list_get.c:102
_ux_hcd_stm32_least_traffic_list_get()
if
(
(
frame_number
&
ed
->
ux_stm32_ed_interval_mask
)
==
ed
->
ux_stm32_ed_interval_position
)
ux_hcd_stm32_periodic_schedule.c:92
_ux_hcd_stm32_periodic_schedule()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_interval_mask
is written by 1 function and is read by 3 functions:
_ux_hcd_stm32_endpoint_create()
All items filtered out
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_interval_mask
_ux_hcd_stm32_endpoint_create()
_ux_hcd_stm32_least_traffic_list_get()
_ux_hcd_stm32_periodic_schedule()
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