FreeBSD kernel usb device Code
atmegadci_flags Struct Reference

#include <atmegadci.h>

Data Fields

uint8_t change_connect:1
 
uint8_t change_suspend:1
 
uint8_t status_suspend:1
 
uint8_t status_vbus:1
 
uint8_t status_bus_reset:1
 
uint8_t remote_wakeup:1
 
uint8_t self_powered:1
 
uint8_t clocks_off:1
 
uint8_t port_powered:1
 
uint8_t port_enabled:1
 
uint8_t d_pulled_up:1
 

Detailed Description

Definition at line 241 of file atmegadci.h.

Field Documentation

◆ change_connect

uint8_t atmegadci_flags::change_connect

◆ change_suspend

uint8_t atmegadci_flags::change_suspend

◆ clocks_off

uint8_t atmegadci_flags::clocks_off

Definition at line 249 of file atmegadci.h.

Referenced by atmegadci_clocks_off(), and atmegadci_clocks_on().

◆ d_pulled_up

uint8_t atmegadci_flags::d_pulled_up

Definition at line 252 of file atmegadci.h.

Referenced by atmegadci_pull_down(), and atmegadci_pull_up().

◆ port_enabled

uint8_t atmegadci_flags::port_enabled

Definition at line 251 of file atmegadci.h.

Referenced by atmegadci_roothub_exec().

◆ port_powered

uint8_t atmegadci_flags::port_powered

◆ remote_wakeup

uint8_t atmegadci_flags::remote_wakeup

Definition at line 247 of file atmegadci.h.

◆ self_powered

uint8_t atmegadci_flags::self_powered

Definition at line 248 of file atmegadci.h.

◆ status_bus_reset

uint8_t atmegadci_flags::status_bus_reset

◆ status_suspend

uint8_t atmegadci_flags::status_suspend

◆ status_vbus

uint8_t atmegadci_flags::status_vbus

Definition at line 245 of file atmegadci.h.

Referenced by atmegadci_roothub_exec(), atmegadci_uninit(), and atmegadci_vbus_interrupt().


The documentation for this struct was generated from the following file: