Microchip® Advanced Software Framework

USB CDC device information.

Data Fields

bool b_enabled
 True, if a CDC Device has been enumerated. More...
 
uhc_device_tdev
 Pointer on USB Device information. More...
 
uint8_t nb_port
 Number of port available on this USB device. More...
 
uhi_cdc_port_tport
 Pointer on communication port(s) information. More...
 

bool uhi_cdc_dev_t::b_enabled

True, if a CDC Device has been enumerated.

Referenced by uhi_cdc_enable(), uhi_cdc_install(), and uhi_cdc_sof().

uint8_t uhi_cdc_dev_t::nb_port

Number of port available on this USB device.

Referenced by uhi_cdc_free_device(), uhi_cdc_get_port(), and uhi_cdc_install().

uhi_cdc_port_t* uhi_cdc_dev_t::port

Pointer on communication port(s) information.

Referenced by uhi_cdc_free_device(), uhi_cdc_get_port(), and uhi_cdc_install().