#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
struct | s3c24xx_uart_io_t |
S3C24xx UART I/O. More... | |
struct | s3c24xx_uart_t |
S3C24xx UART instance. More... | |
Defines | |
#define | S3C24XX_UFSTAT_RX_COUNT 0x002f |
#define | S3C24XX_UFSTAT_RX_FULL 0x0040 |
#define | S3C24XX_UFSTAT_TX_FULL 0x4000 |
#define | S3C24XX_UTRSTAT_RDATA 0x1 |
#define | S3C24XX_UTRSTAT_TX_EMPTY 0x4 |
#define | UCON_RX_INT_LEVEL 0x100 |
#define | UFCON_FIFO_ENABLE 0x01 |
#define | UFCON_RX_FIFO_TLEVEL_1B 0x00 |
#define | UFCON_TX_FIFO_TLEVEL_EMPTY 0x00 |
Definition in file s3c24xx_uart.h.