/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
ssd1308-oled.cxx | 28 #define BUS_NUMBER 0x0 91 upm::SSD1308 *lcd = new upm::SSD1308(BUS_NUMBER, DEVICE_ADDRESS);
|
ssd1306-oled.cxx | 32 #define BUS_NUMBER 0x6 96 upm::SSD1306 *lcd = new upm::SSD1306(BUS_NUMBER, DEVICE_ADDRESS);
|
ssd1327-oled.cxx | 28 #define BUS_NUMBER 0x0 110 upm::SSD1327 *lcd = new upm::SSD1327(BUS_NUMBER, 0x3C);
|
/external/libusb/libusb/ |
libusbi.h | 212 uint8_t bus_number; member in struct:libusb_device 377 * presenting a session ID of (bus_number << 8 | device_address) should 389 * the bus_number and device_address attributes of the new device, and
|
core.c | 661 return dev->bus_number; 825 usbi_dbg("destroy device %d.%d", dev->bus_number, dev->device_address); 864 usbi_dbg("open %d.%d", dev->bus_number, dev->device_address); [all...] |
io.c | [all...] |
/external/libusb/libusb/os/ |
linux_usbfs.c | 142 snprintf(path, PATH_MAX, "%s/%03d/%03d", usbfs_path, dev->bus_number, 676 dev->bus_number = busnum; [all...] |
darwin_usb.c | 524 dev->bus_number = locationID >> 24; [all...] |