Searched refs:vid (Results 1 – 6 of 6) sorted by relevance
152 * ``--port-filter vid=0x303A`` matches ports with the Espressif USB VID.153 * ``--port-filter vid=0x303A --port-filter vid=0x0403`` matches Espressif and FTDI ports by VID.154 …* ``--port-filter vid=0x303A --port-filter pid=0x0002`` matches Espressif ESP32-S2 in USB-OTG mode…155 …* ``--port-filter vid=0x303A --port-filter pid=0x1001`` matches Espressif USB-Serial/JTAG unit use…
583 uint16_t vid; member
1097 if vids and (port.vid is None or port.vid not in vids):
686 uint16_t vid; /*!< 16-bit vendor-assigned product version identifier */ member
1474 BT_INFO("* cid: 0x%04x pid: 0x%04x vid: 0x%04x *", comp->cid, comp->pid, comp->vid); in bt_mesh_print_local_composition_data()
100 net_buf_simple_add_le16(buf, comp->vid); in comp_get_page_0()