typedef enum { VM_DCL_SIO_UART_STOP_BITS_1 = 1, VM_DCL_SIO_UART_STOP_BITS_2, VM_DCL_SIO_UART_STOP_BITS_1_5 } VM_DCL_SIO_UART_STOP_BITS;
typedef enum { VM_DCL_SIO_UART_STOP_BITS_1 = 1, VM_DCL_SIO_UART_STOP_BITS_2, VM_DCL_SIO_UART_STOP_BITS_1_5 } VM_DCL_SIO_UART_STOP_BITS;
Defines values for the stop_bits field in vm_dcl_sio_config_t. This configures the stop bits during UART transmission.
vmdcl_sio.h
|
Members |
Description |
|
VM_DCL_SIO_UART_STOP_BITS_1 = 1 |
1 stop bit. |
|
VM_DCL_SIO_UART_STOP_BITS_2 |
2 stop bits. |
|
VM_DCL_SIO_UART_STOP_BITS_1_5 |
1.5 stop bits. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.