USB CDC device information.
Data Fields | |
bool | b_enabled |
True, if a CDC Device has been enumerated. More... | |
uhc_device_t * | dev |
Pointer on USB Device information. More... | |
uint8_t | nb_port |
Number of port available on this USB device. More... | |
uhi_cdc_port_t * | port |
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().
uhc_device_t* uhi_cdc_dev_t::dev |
Pointer on USB Device information.
Referenced by uhi_cdc_enable(), uhi_cdc_get_port(), uhi_cdc_install(), uhi_cdc_rx_received(), uhi_cdc_rx_update(), uhi_cdc_set_conf(), uhi_cdc_set_ctrl_line(), uhi_cdc_sof(), uhi_cdc_tx_send(), uhi_cdc_tx_update(), and uhi_cdc_uninstall().
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().