lib_thunder.h

来自「ARM9200开发板的ROM boot程序源码1.0」· C头文件 代码 · 共 57 行

H
57
字号
//*----------------------------------------------------------------------------
//*         ATMEL Microcontroller Software Support  -  ROUSSET  -
//*----------------------------------------------------------------------------
//* The software is delivered "AS IS" without warranty or condition of any
//* kind, either express, implied or statutory. This includes without
//* limitation any warranty or condition with respect to merchantability or
//* fitness for any particular purpose, or against the infringements of
//* intellectual property rights of others.
//*----------------------------------------------------------------------------
//* File Name           : lib_booster
//* Object              :
//*
//* 1.0 19/03/01  HI    : Creation
//* 1.1 06/08/01  HI    : update
//*----------------------------------------------------------------------------
#ifndef lib_thunder_h
#define lib_thunder_h

#include    "thunder.h"

//*------------------------
//* External Bus Interface
//*------------------------
extern const AT91S_MEMCDesc MEMC_DESC ;

//*-------------------------
//* Parallel I/O Controller
//*-------------------------
extern const AT91S_Pio2Desc PIOA_DESC ;        /* PIO Controller A Descriptor */
extern const AT91S_Pio2Desc PIOB_DESC ;        /* PIO Controller A Descriptor */

//*-----
//* SPI
//*-----
extern const AT91S_SPIDesc	SPI_DESC ;      /* Serial Peripheral Interface Descriptor */

//*--------
//* USARTs
//*--------
extern const AT91S_USART2Desc USART0_DESC ;		/* USART 0 Descriptor */
extern const AT91S_USART2Desc USART1_DESC ;		/* USART 1 Descriptor */
extern const AT91S_USART2Desc USART2_DESC ;		/* USART 2 Descriptor */
extern const AT91S_USART2Desc USART3_DESC ;		/* USART 3 Descriptor */
extern const AT91S_USART2Desc DBGU_DESC ;		/* USART 3 Descriptor */

//*----------
//* TWI
//*----------
extern const AT91S_TWIDesc TWI_DESC;

//*----------------------------
//* System Timer     Registers
//*----------------------------
extern const AT91S_STDesc SYSTIMER_DESC;

#endif //* lib_thunder_h

⌨️ 快捷键说明

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