代码搜索:CPU卡 开发教程
找到约 10,000 项符合「CPU卡 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/443281/7635175
s os_cpu_a.s
;********************************************************************************************************
; uC/OS-II
;
www.eeworm.com/read/443227/7636062
s os_cpu_a.s
;*
;* File: os_cpu_a.s
;*
;* (c) Copyright ARM Limited 1999. All rights reserved.
;*
;* ARM Specific code
;*
;*
;
; Functions defined in this modul
www.eeworm.com/read/443227/7636064
h os_cpu.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/441986/7661570
h os_cpu.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/441986/7661596
asm os_cpu_a.asm
;
; The uC/OS II port for Keil C51 V6
;
; Ported date: Dec 5, 2001
; By: John X. Liu, China, (johnxliu@163.com)
; Target platform: Keil C51 V6.20, V6.21
; Revision:
; No
www.eeworm.com/read/441411/7670696
h os_cpu.h
#ifdef OS_CPU_GLOBALS
#define OS_CPU_EXT
#else
#define OS_CPU_EXT extern
#endif
/**********************************************************************************************************
www.eeworm.com/read/441411/7670702
s os_cpu_a.s
;****************************************************************************
; Name : OS_CPU_A.S *
; Description: 用汇编语言编写与处理器相关的函数,至少包括以下四个函数: *
; OSStartHighRdy
www.eeworm.com/read/441169/7675162
h os_cpu.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/441060/7676635
vhd cpu1.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith;
use ieee.std_logic_signed.all;
use ieee.numeric_std.all;
entity cpu1 is
port(clk:in std_logic;
rst:in std_logic
www.eeworm.com/read/441060/7676639
vhd cpu_test.vhd
library ieee;
use ieee.std_logic_1164.all;
--use ieee.std_logic_arith;
use ieee.std_logic_signed.all;
use ieee.numeric_std.all;
entity cpu_test is
end entity cpu_test;
architecture one of cpu_test i