ESPHome 2025.6.0
|
#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 | interface_number |
Definition at line 24 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::interface_number |
Definition at line 28 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.