cdc_acm_vcp sample
cdc_notification_code_t
is only used within cdc_acm_vcp sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
cdc_acm_vcp sample
cdc_notification_code_t
cdc_notification_code_t enum
Syntax
Show:
Summary
Declaration
from
usb_types_cdc.h:164
enum
{
USB_CDC_NOTIF_NETWORK_CONNECTION
=
0x00
,
USB_CDC_NOTIF_RESPONSE_AVAILABLE
=
0x01
,
USB_CDC_NOTIF_AUX_JACK_HOOK_STATE
=
0x08
,
USB_CDC_NOTIF_RING_DETECT
=
0x09
,
USB_CDC_NOTIF_SERIAL_STATE
=
0x20
,
USB_CDC_NOTIF_CALL_STATE_CHANGE
=
0x28
,
USB_CDC_NOTIF_LINE_STATE_CHANGE
=
0x29
,
USB_CDC_NOTIF_CONNECTION_SPEED_CHANGE
=
0x2A
}
;
Values
Value
Declared as
cdc_notification_code_t::USB_CDC_NOTIF_NETWORK_CONNECTION
=
0x00
cdc_notification_code_t::USB_CDC_NOTIF_RESPONSE_AVAILABLE
=
0x01
cdc_notification_code_t::USB_CDC_NOTIF_AUX_JACK_HOOK_STATE
=
0x08
cdc_notification_code_t::USB_CDC_NOTIF_RING_DETECT
=
0x09
cdc_notification_code_t::USB_CDC_NOTIF_SERIAL_STATE
=
0x20
cdc_notification_code_t::USB_CDC_NOTIF_CALL_STATE_CHANGE
=
0x28
cdc_notification_code_t::USB_CDC_NOTIF_LINE_STATE_CHANGE
=
0x29
cdc_notification_code_t::USB_CDC_NOTIF_CONNECTION_SPEED_CHANGE
=
0x2A
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out