uart1.in.h
来自「free hardware ip core about sparcv8,a so」· C头文件 代码 · 共 21 行
H
21 行
#ifndef CONFIG_UART1_ENABLE#define CONFIG_UART1_ENABLE 0#endif#if defined CONFIG_UA1_FIFO1#define CFG_UA1_FIFO 1#elif defined CONFIG_UA1_FIFO2#define CFG_UA1_FIFO 2#elif defined CONFIG_UA1_FIFO4#define CFG_UA1_FIFO 4#elif defined CONFIG_UA1_FIFO8#define CFG_UA1_FIFO 8#elif defined CONFIG_UA1_FIFO16#define CFG_UA1_FIFO 16#elif defined CONFIG_UA1_FIFO32#define CFG_UA1_FIFO 32#else#define CFG_UA1_FIFO 1#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?