TinyUSB Library
hub_status_response_t::change
is only used within TinyUSB Library.
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
Raspberry Pi Pico SDK and Examples
TinyUSB Library
hub_status_response_t::change
hub_status_response_t::change field
Syntax
Show:
Summary
Declaration
from
hub.h:136
union
{
struct
TU_ATTR_PACKED
{
uint16_t
local_power_source
:
1
;
uint16_t
over_current
:
1
;
uint16_t
:
14
;
}
;
uint16_t
value
;
}
status
,
change
;
Examples
References
from
examples
Code
Location
Referrer
}
status
,
change
;
hub.h:144
if
(
p_hub
->
hub_status
.
change
.
local_power_source
)
hub.c:392
hub_get_status_complete()
else
if
(
p_hub
->
hub_status
.
change
.
over_current
)
hub.c:397
hub_get_status_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hub_status_response_t::change
is read by 1 function:
All items filtered out
hub_status_response_t::change
hub_get_status_complete()
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