cpu.h

来自「该代码是PAos嵌入式系统在凌阳单片机上的移植代码。」· C头文件 代码 · 共 16 行

H
16
字号
/*

          CPU.H
          This is the special cpu infomation and operation programme .
          For Sunplus unSP(TM) CPU  -- a 16 bit high perfanmance SoC CPU
          Author : Xinxiaochen
          Version : 1.0.0

*/

#define _UNSP_

static void SetRegister( UNSP    reg ) ;
static void GetRegister( UNSP*  reg ) ;

⌨️ 快捷键说明

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