搜索结果
找到约 29 项符合
disable 的查询结果
按分类筛选
单片机编程 3.3v看门狗芯片
The STWD100 watchdog timer circuits are self-contained devices which prevent systemfailures that are caused by certain types of hardware errors (non-responding peripherals,bus contention, etc.) or software errors (bad code jump, code stuck in loop, etc.).The STWD100 watchdog timer has an input, WDI, ...
C/C++语言编程 at24c16 c程序
一个24c16的读写程序(已经调试过)(arens) 
//////////////////////////////////////////////////////////////// //24c16读写驱动程序,FM24C16A-AT24C16中文资料pdf //=-------------------------------------------------------------------------------/*模块调用:读数据:read(unsigned int address)写数据:w ...
单片机开发 c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/
c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/
extern unsigned char xdata currenttime[16]={0}
extern unsigned char xdata settime[16]={
0x00, // control regesiter 1
0x00, // control regesiter 2
0x01, / ...
驱动编程 IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。 2. FILES IN THIS ARCHIVE: - Setup.exe
IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。
2. FILES IN THIS ARCHIVE:
- Setup.exe (setup and uninstall program)
- ircomm2k.exe (service program)
- ircomm2k.sys (device driver)
- ircomm2k.dll (device property page)
- ircomm2k.hlp (property page context help)
- ircomm2k.inf (setu ...
VHDL/FPGA/Verilog 基于Verilog-HDL的硬件电路的实现 9.5 脉冲周期的测量与显示 9.5.1 脉冲周期的测量原理 9.5.2 周期计的工作原理 9.5.3 周期测量模块的设计与实现
基于Verilog-HDL的硬件电路的实现
9.5 脉冲周期的测量与显示
9.5.1 脉冲周期的测量原理
9.5.2 周期计的工作原理
9.5.3 周期测量模块的设计与实现
9.5.4 forever循环语句的使用方法
9.5.5 disable禁止语句的使用方法
9.5.6 时标信号发生模块的设计与实现
9.5.7 周期计的Verilog-HDL描述 ...
其他嵌入式/单片机内容 SAM9261 BasicMMU Example code with ADS1.2 (163 kB) The goal of this project is to show how to use a
SAM9261 BasicMMU Example code with ADS1.2 (163 kB) The goal of this project is to show how to use a PC100 SDRAM and the MMU to perform a rating with a 100MHz Bus Clock. The rating is based on Dhrystone 2.1. It shows the rate when I+D Caches are disabled or enabled, with or without MMU and I Cache is ...
汇编语言 IO 驱动 LCD , *** *** *** *** *** *** *** *** FILE NAME: IO_LCD MCU: HT46R22 MASK OPTION: WAKE-U
IO 驱动 LCD , *** *** *** *** *** *** *** ***
FILE NAME: IO_LCD
MCU: HT46R22
MASK OPTION: WAKE-UP: PA6,PA7
PULL-HIGH: PA,PB,PC
IIC: DISABLE
PFD: DISABLE
PWM: DISABLE
WDT: ENABLE
CLRWDT: ONE
WDT CLOCK SOURCE: T1
WDT TIME OUT SELECT: WDT CLOCK SOURCE/32768
LVR: DISABLE
OSC: CRYSTAL
SYSVO ...
USB编程 该模块基于USB FX2开发板
该模块基于USB FX2开发板,实现了GPIO(general-purpose IO)控制功能,目前可提供15口输出控制在0V/3.3V之间切换,和9口输入在Enable/Disable之间切换。
单片机开发 NRF905驱动代码 // The content of this struct is nRF905 s initialize data. // CH_NO=1 433MHZ Normal O
NRF905驱动代码
// The content of this struct is nRF905 s initialize data.
// CH_NO=1 433MHZ Normal Opration,No Retrans RX,TX Address is 4 Bytes
// RX TX Payload Width is 32 Bytes Disable Extern Clock Fosc=16MHZ
// 8 Bits CRC And enable
其他 模仿spy++ 截获取任意窗口句柄
模仿spy++ 截获取任意窗口句柄,然后对其执行相关操作(目前实现了enable和disable)