Go to the source code of this file.
Macros | |
#define | ASCII_NUL 0x00 |
#define | ASCII_SOH 0x01 |
#define | ASCII_STX 0x02 |
#define | ASCII_ETX 0x03 |
#define | ASCII_EOT 0x04 |
#define | ASCII_ENQ 0x05 |
#define | ASCII_ACK 0x06 |
#define | ASCII_BEL 0x07 |
#define | ASCII_BS 0x08 |
#define | ASCII_HT 0x09 |
#define | ASCII_LF 0x0a |
#define | ASCII_VT 0x0b |
#define | ASCII_FF 0x0c |
#define | ASCII_CR 0x0d |
#define | ASCII_SO 0x0e |
#define | ASCII_SI 0x0f |
#define | ASCII_DLE 0x10 |
#define | ASCII_DC1 0x11 |
#define | ASCII_DC2 0x12 |
#define | ASCII_DC3 0x13 |
#define | ASCII_DC4 0x14 |
#define | ASCII_NAK 0x15 |
#define | ASCII_SYN 0x26 |
#define | ASCII_ETB 0x17 |
#define | ASCII_CAN 0x18 |
#define | ASCII_EM 0x19 |
#define | ASCII_SUB 0x1a |
#define | ASCII_ESC 0x1b |
#define | ASCII_FS 0x1c |
#define | ASCII_GS 0x1d |
#define | ASCII_RS 0x1e |
#define | ASCII_US 0x1f |
#define | ASCII_SP 0x20 |
#define | ASCII_DEL 0x7f |
#define | KEY_HOME 0x48 |
#define | KEY_END 0x4b |
#define | KEY_PAGE_UP 0x4d |
#define | KEY_PAGE_DOWN 0x32 |
#define | KEY_PAGE_DOWN2 0x4a |
#define | KEY_LEFT_ARROW 0x44 |
#define | KEY_RIGHT_ARROW 0x43 |
#define | KEY_UP_ARROW 0x41 |
#define | KEY_DOWN_ARROW 0x42 |
#define ASCII_ACK 0x06 |
Definition at line 10 of file ascii_code.h.
#define ASCII_BEL 0x07 |
Definition at line 11 of file ascii_code.h.
#define ASCII_BS 0x08 |
Definition at line 12 of file ascii_code.h.
#define ASCII_CAN 0x18 |
Definition at line 28 of file ascii_code.h.
#define ASCII_CR 0x0d |
Definition at line 17 of file ascii_code.h.
#define ASCII_DC1 0x11 |
Definition at line 21 of file ascii_code.h.
#define ASCII_DC2 0x12 |
Definition at line 22 of file ascii_code.h.
#define ASCII_DC3 0x13 |
Definition at line 23 of file ascii_code.h.
#define ASCII_DC4 0x14 |
Definition at line 24 of file ascii_code.h.
#define ASCII_DEL 0x7f |
Definition at line 37 of file ascii_code.h.
#define ASCII_DLE 0x10 |
Definition at line 20 of file ascii_code.h.
#define ASCII_EM 0x19 |
Definition at line 29 of file ascii_code.h.
#define ASCII_ENQ 0x05 |
Definition at line 9 of file ascii_code.h.
#define ASCII_EOT 0x04 |
Definition at line 8 of file ascii_code.h.
#define ASCII_ESC 0x1b |
Definition at line 31 of file ascii_code.h.
#define ASCII_ETB 0x17 |
Definition at line 27 of file ascii_code.h.
#define ASCII_ETX 0x03 |
Definition at line 7 of file ascii_code.h.
#define ASCII_FF 0x0c |
Definition at line 16 of file ascii_code.h.
#define ASCII_FS 0x1c |
Definition at line 32 of file ascii_code.h.
#define ASCII_GS 0x1d |
Definition at line 33 of file ascii_code.h.
#define ASCII_HT 0x09 |
Definition at line 13 of file ascii_code.h.
#define ASCII_LF 0x0a |
Definition at line 14 of file ascii_code.h.
#define ASCII_NAK 0x15 |
Definition at line 25 of file ascii_code.h.
#define ASCII_NUL 0x00 |
Definition at line 4 of file ascii_code.h.
#define ASCII_RS 0x1e |
Definition at line 34 of file ascii_code.h.
#define ASCII_SI 0x0f |
Definition at line 19 of file ascii_code.h.
#define ASCII_SO 0x0e |
Definition at line 18 of file ascii_code.h.
#define ASCII_SOH 0x01 |
Definition at line 5 of file ascii_code.h.
#define ASCII_SP 0x20 |
Definition at line 36 of file ascii_code.h.
#define ASCII_STX 0x02 |
Definition at line 6 of file ascii_code.h.
#define ASCII_SUB 0x1a |
Definition at line 30 of file ascii_code.h.
#define ASCII_SYN 0x26 |
Definition at line 26 of file ascii_code.h.
#define ASCII_US 0x1f |
Definition at line 35 of file ascii_code.h.
#define ASCII_VT 0x0b |
Definition at line 15 of file ascii_code.h.
#define KEY_DOWN_ARROW 0x42 |
Definition at line 48 of file ascii_code.h.
#define KEY_END 0x4b |
Definition at line 41 of file ascii_code.h.
#define KEY_HOME 0x48 |
Definition at line 40 of file ascii_code.h.
#define KEY_LEFT_ARROW 0x44 |
Definition at line 45 of file ascii_code.h.
#define KEY_PAGE_DOWN 0x32 |
Definition at line 43 of file ascii_code.h.
#define KEY_PAGE_DOWN2 0x4a |
Definition at line 44 of file ascii_code.h.
#define KEY_PAGE_UP 0x4d |
Definition at line 42 of file ascii_code.h.
#define KEY_RIGHT_ARROW 0x43 |
Definition at line 46 of file ascii_code.h.
#define KEY_UP_ARROW 0x41 |
Definition at line 47 of file ascii_code.h.