FreeBSD kernel usb device Code
musbotg_flags Struct Reference

#include <musb_otg.h>

Data Fields

uint8_t change_connect:1
 
uint8_t change_suspend:1
 
uint8_t change_reset:1
 
uint8_t change_over_current:1
 
uint8_t change_enabled: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 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 port_over_current:1
 
uint8_t d_pulled_up:1
 

Detailed Description

Definition at line 371 of file musb_otg.h.

Field Documentation

◆ change_connect

uint8_t musbotg_flags::change_connect

◆ change_enabled

uint8_t musbotg_flags::change_enabled

Definition at line 376 of file musb_otg.h.

Referenced by musbotg_roothub_exec().

◆ change_over_current

uint8_t musbotg_flags::change_over_current

Definition at line 375 of file musb_otg.h.

Referenced by musbotg_roothub_exec().

◆ change_reset

uint8_t musbotg_flags::change_reset

Definition at line 374 of file musb_otg.h.

Referenced by musbotg_roothub_exec().

◆ change_suspend

uint8_t musbotg_flags::change_suspend

◆ clocks_off

uint8_t musbotg_flags::clocks_off

Definition at line 383 of file musb_otg.h.

Referenced by musbotg_clocks_off(), and musbotg_clocks_on().

◆ d_pulled_up

uint8_t musbotg_flags::d_pulled_up

Definition at line 387 of file musb_otg.h.

Referenced by musbotg_pull_down(), and musbotg_pull_up().

◆ port_enabled

uint8_t musbotg_flags::port_enabled

Definition at line 385 of file musb_otg.h.

Referenced by musbotg_roothub_exec().

◆ port_over_current

uint8_t musbotg_flags::port_over_current

Definition at line 386 of file musb_otg.h.

Referenced by musbotg_roothub_exec().

◆ port_powered

uint8_t musbotg_flags::port_powered

◆ remote_wakeup

uint8_t musbotg_flags::remote_wakeup

Definition at line 381 of file musb_otg.h.

◆ self_powered

uint8_t musbotg_flags::self_powered

Definition at line 382 of file musb_otg.h.

◆ status_bus_reset

uint8_t musbotg_flags::status_bus_reset

◆ status_high_speed

uint8_t musbotg_flags::status_high_speed

Definition at line 380 of file musb_otg.h.

Referenced by musbotg_interrupt(), and musbotg_roothub_exec().

◆ status_suspend

◆ status_vbus

uint8_t musbotg_flags::status_vbus

Definition at line 378 of file musb_otg.h.

Referenced by musbotg_roothub_exec(), musbotg_uninit(), and musbotg_vbus_interrupt().


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