代码搜索:LVD
找到约 37 项符合「LVD」的源代码
代码结果 37
www.eeworm.com/read/286479/8763085
asm lvd.asm
;;==============================================
;;==============================================
chip W65C02S ; Define chip : ST2024C base on 65c02.
pw 128 ; .LST's page width
www.eeworm.com/read/440093/7694018
txt m10_lvd.txt
// File : m10_lvd.c
#include
void lvd_block_on()
{
EXIF |= 0x01;
}
void enable_power_fail_interrupt()
{
EPFI = 1;
PFI = 0;
}
void power_fail_int() interrupt
www.eeworm.com/read/440093/7694030
txt m11_lvd.txt
// File : m11_lvd.c
#include
unsigned int i,j;
void delay()
{
for(i=0;i
www.eeworm.com/read/27645/987290
dt em78p372n_lvd.dt
;********************************************************************
;一上电时,P51的LED点亮,当VDD电压大约小于或等于4.0V 时,P51输出低
;当VDD电压大约大于4.0V时,P51输出高
;***********************************************************
www.eeworm.com/read/27645/987295
c em78p372n_lvd.c
//********************************************************************
//一上电时,P51的LED点亮,当VDD电压大约小于或等于4.0V 时,P51输出低
//当VDD电压大约大于4.0V时,P51输出高
//*******************************************************
www.eeworm.com/read/225680/14525998
plg trade_mis.plg
Build Log
--------------------Configuration: Trade_MIS - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /
www.eeworm.com/read/198176/7948612
src pwm.src
; 8051 C compiler (DEMO) v6.0 r1 SN????????-098 (c) 2001 TASKING, Inc.
; options: -ne -Ic:\dcc51\include -Ms -ivo=0x0000 -Cat8x2051 -s -wstrict -O1 -c0
; -b0 -a20 -g -A1 -mid=128
www.eeworm.com/read/27645/987293
pdf em78p372n lvd功能的应用.pdf
www.eeworm.com/read/265315/11268554
h defs_c51_heima.h
//heima's 51 defs
#define TRUE 1
#define FALSE 0
#define HIGH 1
#define LOW 0
#define ENABLE 1
#define DISABLE 0
#define uchar unsigned char
#define uint unsigned int
#defin