hub_port_status_response_t is only used within TinyUSB Library.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
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; }
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,

References

from examples