Lines Matching defs:atmegadci_flags
240 struct atmegadci_flags { struct
241 uint8_t change_connect:1;
242 uint8_t change_suspend:1;
243 uint8_t status_suspend:1; /* set if suspended */
244 uint8_t status_vbus:1; /* set if present */
245 uint8_t status_bus_reset:1; /* set if reset complete */
246 uint8_t remote_wakeup:1;
247 uint8_t self_powered:1;
248 uint8_t clocks_off:1;
249 uint8_t port_powered:1;
250 uint8_t port_enabled:1;
251 uint8_t d_pulled_up:1;