📄 bsp_cfg.h
字号:
//
// Copyright (c) Special Computing. All rights reserved.
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//------------------------------------------------------------------------------
//
// File: bsp_cfg.h
//
#ifndef __BSP_CFG_H
#define __BSP_CFG_H
//------------------------------------------------------------------------------
//
// Following include files contains configuration constants for different
// system subsystems.
//
//#include "bsp_dma_cfg.h"
//#include "bsp_lcd_cfg.h"
//------------------------------------------------------------------------------
//
// Define: BSP_DEVICE_PREFIX
//
// This define is used as device name prefix when KITL creates device name.
//
#define BSP_DEVICE_PREFIX "DOG-"
//------------------------------------------------------------------------------
//
// Define: BSP_UART_xxx
//
// This constats are used to initialize serial debugger output UART.
// On board serial debugger uses 115200 Bd, 8 bits, 1 stop bit, no parity.
//
#define BSP_UART_LCR 0x03
#define BSP_UART_DSIUDLL 0x1A
#define BSP_UART_DSIUDLH 0
//------------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -