⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lib_thunder.h

📁 ARM9200开发板的ROM boot程序源码1.0
💻 H
字号:
//*----------------------------------------------------------------------------
//*         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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -