代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.cpp
// Led.cpp : implementation file
//
#include "stdafx.h"
#include "DK20DieselizeDynamotor.h"
#include "Led.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
led.asm
LEDCTLR .equ 0x01b00000
LEDCTLR1 .equ 0x01b00004
LEDCTLR2 .equ 0x01b00008
;;;;;;;;;;;;;;;;;亮与不亮的传递函数a31=0ffffh不亮,a31=0h亮
; mvkl 0h,a31
; mvkh 0h,a31
mvkl LEDC
led.asm
LEDCTLR .equ 0x01b00000
LEDCTLR1 .equ 0x01b00004
LEDCTLR2 .equ 0x01b00008
;;;;;;;;;;;;;;;;;亮与不亮的传递函数a31=0ffffh不亮,a31=0h亮
; mvkl 0h,a31
; mvkh 0h,a31
mvkl LEDC
led.asm
LEDCTLR .equ 0x01b00000
LEDCTLR1 .equ 0x01b00004
LEDCTLR2 .equ 0x01b00008
;;;;;;;;;;;;;;;;;亮与不亮的传递函数a31=0ffffh不亮,a31=0h亮
; mvkl 0h,a31
; mvkh 0h,a31
mvkl LEDC
led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
led.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
#if (PLLON==1)
Cha
led.s
.module led.c
.area text(rom, con, rel)
.dbfile D:\ICCAVR~1\模块化~1\src\led.c
.dbfunc e led _led fV
; num -> R20
.even
_led::
st -y,R20
mov R20,R16
.dbline -1
.dbline 13
;
led.o
XL
H 1 areas 2 global symbols
M led.c
S lsl8 Ref0000
A text size 1E flags 0
dbfile D:\ICCAVR~1\模块化~1\src\led.c
dbfunc e led 0 fV
dbsym r num 14 c
dbline FFFFFFFF 4
dbline D 4
dbline F 4
dbl
led.lis
.module led.c
.area text(rom, con, rel)
0000 .dbfile D:\ICCAVR~1\模块化~1\src\led.c
0000 .dbfunc e led _led fV
0
led.h
#ifndef _LED_H
#define _LED_H_
extern void led(unsigned char num);
#endif