代码搜索结果
找到约 10,000 项符合
ARM 的代码
gos_arm.h
#ifndef __GUI_PLATFORM_H__
#define __GUI_PLATFORM_H__
//编译指示
#define _MSC_VER 0
//简单类型、结构、宏函数定义
typedef void VOID,*PVOID,*LPVOID;
typedef const void *LPCVOID;
typedef unsigned char BYTE,*PB
arm_init.s
/*******************************************************************************
*
* Filename: arm_init.s
*
* Initialization for C-environment and basic operation. Adapted from
* ATMEL cst
irq_arm.mac
;------------------------------------------------------------------------------
;- ATMEL Microcontroller Software Support - ROUSSET -
;---------------------------------------------------------