Enum ClockMode
Defined in File sim_uart.h
Enum Documentation
-
enum UART::ClockMode
Values:
-
enumerator Clock_Async
Asynchronous mode, the clock line is not used.
-
enumerator Clock_Emitter
Synchronous mode where the interface is the clock master.
-
enumerator Clock_Receiver
Synchronous mode where the interface is not the clock master.
-
enumerator Clock_Async