bsp_cfg.h

来自「Windows CE 6.0 BSP for the Beagle Board.」· C头文件 代码 · 共 42 行

H
42
字号
//
// 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 + =
减小字号Ctrl + -
显示快捷键?