Lines Matching defs:avr32dci_flags
208 struct avr32dci_flags { struct
209 uint8_t change_connect:1;
210 uint8_t change_suspend:1;
211 uint8_t status_suspend:1; /* set if suspended */
212 uint8_t status_vbus:1; /* set if present */
213 uint8_t status_bus_reset:1; /* set if reset complete */
214 uint8_t remote_wakeup:1;
215 uint8_t self_powered:1;
216 uint8_t clocks_off:1;
217 uint8_t port_powered:1;
218 uint8_t port_enabled:1;
219 uint8_t d_pulled_up:1;