OpenCores
URL https://opencores.org/ocsvn/mips_enhanced/mips_enhanced/trunk

Subversion Repositories mips_enhanced

[/] [mips_enhanced/] [trunk/] [grlib-gpl-1.0.19-b3188/] [lib/] [gaisler/] [uart/] [uart1.in.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dimamali
#ifndef CONFIG_UART1_ENABLE
2
#define CONFIG_UART1_ENABLE 0
3
#endif
4
 
5
#if defined CONFIG_UA1_FIFO1
6
#define CFG_UA1_FIFO 1
7
#elif defined CONFIG_UA1_FIFO2
8
#define CFG_UA1_FIFO 2
9
#elif defined CONFIG_UA1_FIFO4
10
#define CFG_UA1_FIFO 4
11
#elif defined CONFIG_UA1_FIFO8
12
#define CFG_UA1_FIFO 8
13
#elif defined CONFIG_UA1_FIFO16
14
#define CFG_UA1_FIFO 16
15
#elif defined CONFIG_UA1_FIFO32
16
#define CFG_UA1_FIFO 32
17
#else
18
#define CFG_UA1_FIFO 1
19
#endif
20
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.