Searched defs:musbotg_flags (Results 1 – 1 of 1) sorted by relevance
370 struct musbotg_flags { struct371 uint8_t change_connect:1;372 uint8_t change_suspend:1;373 uint8_t change_reset:1;374 uint8_t change_over_current:1;375 uint8_t change_enabled:1;376 uint8_t status_suspend:1; /* set if suspended */377 uint8_t status_vbus:1; /* set if present */378 uint8_t status_bus_reset:1; /* set if reset complete */379 uint8_t status_high_speed:1; /* set if High Speed is selected */[all …]