TinyUSB Library
hub_port_status_response_t
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_port_status_response_t
hub_port_status_response_t struct
Syntax
Show:
Summary
Declaration
from
hub.h:150
typedef
struct
{
union
{
struct
TU_ATTR_PACKED
{
uint16_t
connection
:
1
;
uint16_t
port_enable
:
1
;
uint16_t
suspend
:
1
;
uint16_t
over_current
:
1
;
uint16_t
reset
:
1
;
uint16_t
:
3
;
uint16_t
port_power
:
1
;
uint16_t
low_speed
:
1
;
uint16_t
high_speed
:
1
;
uint16_t
port_test_mode
:
1
;
uint16_t
port_indicator_control
:
1
;
uint16_t
TU_RESERVED
:
3
;
}
;
uint16_t
value
;
}
status
,
change
;
}
hub_port_status_response_t
;
Fields
Field
Declared as
hub_port_status_response_t::status
union
{
struct
TU_ATTR_PACKED
{
uint16_t
connection
:
1
;
uint16_t
port_enable
:
1
;
uint16_t
suspend
:
1
;
uint16_t
over_current
:
1
;
uint16_t
reset
:
1
;
uint16_t
:
3
;
uint16_t
port_power
:
1
;
uint16_t
low_speed
:
1
;
uint16_t
high_speed
:
1
;
uint16_t
port_test_mode
:
1
;
uint16_t
port_indicator_control
:
1
;
uint16_t
TU_RESERVED
:
3
;
}
;
uint16_t
value
;
}
hub_port_status_response_t::change
union
{
struct
TU_ATTR_PACKED
{
uint16_t
connection
:
1
;
uint16_t
port_enable
:
1
;
uint16_t
suspend
:
1
;
uint16_t
over_current
:
1
;
uint16_t
reset
:
1
;
uint16_t
:
3
;
uint16_t
port_power
:
1
;
uint16_t
low_speed
:
1
;
uint16_t
high_speed
:
1
;
uint16_t
port_test_mode
:
1
;
uint16_t
port_indicator_control
:
1
;
uint16_t
TU_RESERVED
:
3
;
}
;
uint16_t
value
;
}
status
,
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