PAN1080 Peripheral API
Typedefs | Enumerations
Uart line control

This is the data type used for manipulation of the UART line control settings. More...

Collaboration diagram for Uart line control:

Typedefs

typedef enum UART_LineCtrl UART_LineCtrlDef
 

Enumerations

enum  UART_LineCtrl {
  Uart_Line_5n1 = 0x00 , Uart_Line_5n1_5 = 0x04 , Uart_Line_5e1 = 0x18 , Uart_Line_5e1_5 = 0x1c ,
  Uart_Line_5o1 = 0x08 , Uart_Line_5o1_5 = 0x0c , Uart_Line_5s1 = 0x38 , Uart_Line_5s1_5 = 0x3c ,
  Uart_Line_5m1 = 0x28 , Uart_Line_5m1_5 = 0x2c , Uart_Line_6n1 = 0x01 , Uart_Line_6n2 = 0x05 ,
  Uart_Line_6e1 = 0x19 , Uart_Line_6e2 = 0x1d , Uart_Line_6o1 = 0x09 , Uart_Line_6o2 = 0x0d ,
  Uart_Line_6s1 = 0x39 , Uart_Line_6s2 = 0x3d , Uart_Line_6m1 = 0x29 , Uart_Line_6m2 = 0x2d ,
  Uart_Line_7n1 = 0x02 , Uart_Line_7n2 = 0x06 , Uart_Line_7e1 = 0x1a , Uart_Line_7e2 = 0x1e ,
  Uart_Line_7o1 = 0x0a , Uart_Line_7o2 = 0x0e , Uart_Line_7s1 = 0x3a , Uart_Line_7s2 = 0x3e ,
  Uart_Line_7m1 = 0x2a , Uart_Line_7m2 = 0x2e , Uart_Line_8n1 = 0x03 , Uart_Line_8n2 = 0x07 ,
  Uart_Line_8e1 = 0x1b , Uart_Line_8e2 = 0x1f , Uart_Line_8o1 = 0x0b , Uart_Line_8o2 = 0x0f ,
  Uart_Line_8s1 = 0x3b , Uart_Line_8s2 = 0x3f , Uart_Line_8m1 = 0x2b , Uart_Line_8m2 = 0x2f
}
 

Detailed Description

This is the data type used for manipulation of the UART line control settings.

Typedef Documentation

◆ UART_LineCtrlDef

Enumeration Type Documentation

◆ UART_LineCtrl

Enumerator
Uart_Line_5n1 

5 data bits, no parity, 1 stop bit

Uart_Line_5n1_5 

5 data bits, no parity, 1.5 stop bits

Uart_Line_5e1 

5 data bits, even parity, 1 stop bit

Uart_Line_5e1_5 

5 data bits, even parity, 1.5 stop bits

Uart_Line_5o1 

5 data bits, odd parity, 1 stop bit

Uart_Line_5o1_5 

5 data bits, odd parity, 1.5 stop bits

Uart_Line_5s1 

5 data bits, space parity, 1 stop bit

Uart_Line_5s1_5 

5 data bits, space parity, 1.5 stop bits

Uart_Line_5m1 

5 data bits, mark parity, 1 stop bit

Uart_Line_5m1_5 

5 data bits, mark parity, 1.5 stop bits

Uart_Line_6n1 

6 data bits, no parity, 1 stop bit

Uart_Line_6n2 

6 data bits, no parity, 2 stop bits

Uart_Line_6e1 

6 data bits, even parity, 1 stop bit

Uart_Line_6e2 

6 data bits, even parity, 2 stop bits

Uart_Line_6o1 

6 data bits, odd parity, 1 stop bit

Uart_Line_6o2 

6 data bits, odd parity, 2 stop bits

Uart_Line_6s1 

6 data bits, space parity, 1 stop bit

Uart_Line_6s2 

6 data bits, space parity, 2 stop bits

Uart_Line_6m1 

6 data bits, mark parity, 1 stop bit

Uart_Line_6m2 

6 data bits, mark parity, 2 stop bits

Uart_Line_7n1 

7 data bits, no parity, 1 stop bit

Uart_Line_7n2 

7 data bits, no parity, 2 stop bits

Uart_Line_7e1 

7 data bits, even parity, 1 stop bit

Uart_Line_7e2 

7 data bits, even parity, 2 stop bits

Uart_Line_7o1 

7 data bits, odd parity, 1 stop bit

Uart_Line_7o2 

7 data bits, odd parity, 2 stop bits

Uart_Line_7s1 

7 data bits, space parity, 1 stop bit

Uart_Line_7s2 

7 data bits, space parity, 2 stop bits

Uart_Line_7m1 

7 data bits, mark parity, 1 stop bit

Uart_Line_7m2 

7 data bits, mark parity, 2 stop bits

Uart_Line_8n1 

8 data bits, no parity, 1 stop bit

Uart_Line_8n2 

8 data bits, no parity, 2 stop bits

Uart_Line_8e1 

8 data bits, even parity, 1 stop bit

Uart_Line_8e2 

8 data bits, even parity, 2 stop bits

Uart_Line_8o1 

8 data bits, odd parity, 1 stop bit

Uart_Line_8o2 

8 data bits, odd parity, 2 stop bits

Uart_Line_8s1 

8 data bits, space parity, 1 stop bit

Uart_Line_8s2 

8 data bits, space parity, 2 stop bits

Uart_Line_8m1 

8 data bits, mark parity, 1 stop bit

Uart_Line_8m2 

8 data bits, mark parity, 2 stop bits