Home
last modified time | relevance | path

Searched refs:CdcAcmDevice (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/
Dcdc_acm_host.h244 class CdcAcmDevice
248 CdcAcmDevice() : cdc_hdl(NULL){}; in CdcAcmDevice() function
249 ~CdcAcmDevice() in ~CdcAcmDevice()
299 CdcAcmDevice(const CdcAcmDevice &Copy);
300 CdcAcmDevice &operator= (const CdcAcmDevice &Copy);
301 bool operator== (const CdcAcmDevice &param) const;
302 bool operator!= (const CdcAcmDevice &param) const;
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dbg96_usb.hpp80 CdcAcmDevice at_port; // Main control port for AT commands
81 CdcAcmDevice nmea_port; // Read only port for NMEA messages