usbx
UX_ENDPOINT_DESCRIPTOR_STRUCT::bInterval
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_ENDPOINT_DESCRIPTOR_STRUCT::bInterval
UX_ENDPOINT_DESCRIPTOR_STRUCT::bInterval field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1723
ULONG
bInterval
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
bInterval
;
ux_api.h:1723
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()
if
(
endpoint
->
ux_endpoint_descriptor
.
bInterval
<
1
)
ux_host_stack_new_endpoint_create.c:166
_ux_host_stack_new_endpoint_create()
if
(
endpoint
->
ux_endpoint_descriptor
.
bInterval
>
16
)
ux_host_stack_new_endpoint_create.c:176
_ux_host_stack_new_endpoint_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_ENDPOINT_DESCRIPTOR_STRUCT::bInterval
is read by 2 functions:
All items filtered out
UX_ENDPOINT_DESCRIPTOR_STRUCT::bInterval
_ux_hcd_stm32_endpoint_create()
_ux_host_stack_new_endpoint_create()
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