APM:Libraries
|
#include <usb.h>
Public Attributes | |
uint8_t | preempt_prio |
uint8_t | sub_prio |
uint8_t | use_present_pin |
const gpio_dev * | present_port |
uint16_t | present_pin |
uint8_t usb_attr_t::preempt_prio |
Definition at line 75 of file usb.h.
Referenced by usb_default_attr(), usb_init(), and usb_setParams().
uint16_t usb_attr_t::present_pin |
Definition at line 79 of file usb.h.
Referenced by is_usb_connected(), usb_close(), usb_init(), and usb_setParams().
const gpio_dev* usb_attr_t::present_port |
Definition at line 78 of file usb.h.
Referenced by is_usb_connected(), usb_close(), usb_init(), and usb_setParams().
uint8_t usb_attr_t::sub_prio |
Definition at line 76 of file usb.h.
Referenced by usb_default_attr(), usb_init(), and usb_setParams().
uint8_t usb_attr_t::use_present_pin |
Definition at line 77 of file usb.h.
Referenced by is_usb_connected(), usb_close(), usb_default_attr(), usb_init(), and usb_setParams().