CDC_Standalone
CDC_Configuration_State
is only used within CDC_Standalone.
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
STM32 Libraries and Samples
CDC_Standalone
CDC_Configuration_State
CDC_Configuration_State enum
Syntax
Show:
Summary
Declaration
from
main.h:63
enum
{
CDC_CONFIGURATION_IDLE
=
0
,
CDC_CONFIGURATION_WAIT
,
CDC_CONFIGURATION_SET_BAUD_RATE
,
CDC_CONFIGURATION_SET_DATA_BITS
,
CDC_CONFIGURATION_SET_PARITY
,
CDC_CONFIGURATION_SET_STOP_BIT
,
}
;
Values
Value
Declared as
CDC_Configuration_State::CDC_CONFIGURATION_IDLE
=
0
CDC_Configuration_State::CDC_CONFIGURATION_WAIT
CDC_Configuration_State::CDC_CONFIGURATION_SET_BAUD_RATE
CDC_Configuration_State::CDC_CONFIGURATION_SET_DATA_BITS
CDC_Configuration_State::CDC_CONFIGURATION_SET_PARITY
CDC_Configuration_State::CDC_CONFIGURATION_SET_STOP_BIT
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