hal_hardware_board.h

来自「基于msp430单片机的SD卡读写驱动」· C头文件 代码 · 共 17 行

H
17
字号
//----------------------------------------------------------------------------
//  This include file contains definitions specific to the hardware board.
//  Specifically, the definitions include hardware connections with the
//  SPI connector port, LEDs, and switches.
//----------------------------------------------------------------------------

// the content of this file is merged to hal_MMC_hardware_board.h 
// to get a single place for device and board specific modification

#include "hal_MMC_hardware_board.h"

#define INT16U unsigned int
#define INT8U  unsigned char

int CPU_init(void);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?