FreeBSD kernel usb device Code
dwc_otg_flags Struct Reference

#include <dwc_otg.h>

Data Fields

uint8_t change_connect:1
 
uint8_t change_suspend:1
 
uint8_t change_reset:1
 
uint8_t change_enabled:1
 
uint8_t change_over_current:1
 
uint8_t status_suspend:1
 
uint8_t status_vbus:1
 
uint8_t status_bus_reset:1
 
uint8_t status_high_speed:1
 
uint8_t status_low_speed:1
 
uint8_t status_device_mode:1
 
uint8_t self_powered:1
 
uint8_t clocks_off:1
 
uint8_t port_powered:1
 
uint8_t port_enabled:1
 
uint8_t port_over_current:1
 
uint8_t d_pulled_up:1
 

Detailed Description

Definition at line 132 of file dwc_otg.h.

Field Documentation

◆ change_connect

uint8_t dwc_otg_flags::change_connect

◆ change_enabled

uint8_t dwc_otg_flags::change_enabled

Definition at line 136 of file dwc_otg.h.

Referenced by dwc_otg_interrupt(), and dwc_otg_roothub_exec().

◆ change_over_current

uint8_t dwc_otg_flags::change_over_current

Definition at line 137 of file dwc_otg.h.

Referenced by dwc_otg_interrupt(), and dwc_otg_roothub_exec().

◆ change_reset

uint8_t dwc_otg_flags::change_reset

Definition at line 135 of file dwc_otg.h.

Referenced by dwc_otg_roothub_exec().

◆ change_suspend

uint8_t dwc_otg_flags::change_suspend

◆ clocks_off

uint8_t dwc_otg_flags::clocks_off

Definition at line 145 of file dwc_otg.h.

Referenced by dwc_otg_clocks_off(), and dwc_otg_clocks_on().

◆ d_pulled_up

uint8_t dwc_otg_flags::d_pulled_up

Definition at line 149 of file dwc_otg.h.

Referenced by dwc_otg_pull_down(), and dwc_otg_pull_up().

◆ port_enabled

uint8_t dwc_otg_flags::port_enabled

Definition at line 147 of file dwc_otg.h.

Referenced by dwc_otg_interrupt(), dwc_otg_roothub_exec(), and dwc_otg_uninit().

◆ port_over_current

uint8_t dwc_otg_flags::port_over_current

Definition at line 148 of file dwc_otg.h.

Referenced by dwc_otg_interrupt(), and dwc_otg_roothub_exec().

◆ port_powered

uint8_t dwc_otg_flags::port_powered

◆ self_powered

uint8_t dwc_otg_flags::self_powered

Definition at line 144 of file dwc_otg.h.

◆ status_bus_reset

uint8_t dwc_otg_flags::status_bus_reset

◆ status_device_mode

◆ status_high_speed

uint8_t dwc_otg_flags::status_high_speed

◆ status_low_speed

uint8_t dwc_otg_flags::status_low_speed

Definition at line 142 of file dwc_otg.h.

Referenced by dwc_otg_interrupt(), and dwc_otg_roothub_exec().

◆ status_suspend

◆ status_vbus

uint8_t dwc_otg_flags::status_vbus

Definition at line 139 of file dwc_otg.h.

Referenced by dwc_otg_roothub_exec(), dwc_otg_uninit(), and dwc_otg_vbus_interrupt().


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