ESPHome 2025.9.0-dev
|
#include <usb_uart.h>
Data Fields | |
const usb_ep_desc_t * | notify_ep |
const usb_ep_desc_t * | in_ep |
const usb_ep_desc_t * | out_ep |
uint8_t | bulk_interface_number |
uint8_t | interrupt_interface_number |
Definition at line 24 of file usb_uart.h.
uint8_t esphome::usb_uart::CdcEps::bulk_interface_number |
Definition at line 28 of file usb_uart.h.
const usb_ep_desc_t* esphome::usb_uart::CdcEps::in_ep |
Definition at line 26 of file usb_uart.h.
uint8_t esphome::usb_uart::CdcEps::interrupt_interface_number |
Definition at line 29 of file usb_uart.h.
const usb_ep_desc_t* esphome::usb_uart::CdcEps::notify_ep |
Definition at line 25 of file usb_uart.h.
const usb_ep_desc_t* esphome::usb_uart::CdcEps::out_ep |
Definition at line 27 of file usb_uart.h.