代码搜索:functionality
找到约 4,782 项符合「functionality」的源代码
代码结果 4,782
www.eeworm.com/read/157867/11658769
txt i2c应用程序1.txt
; File: an734.asm
; data: feb.23.2001
; Written By: 歌林电子制作实验室www.nbglin.com
; Functionality:
;
; This code implements the basic functions for an I2C slave device
; using the SSP module. All
www.eeworm.com/read/344739/11863034
txt i2c应用程序1.txt
; File: an734.asm
; data: feb.23.2001
; Written By: 歌林电子制作实验室www.nbglin.com
; Functionality:
;
; This code implements the basic functions for an I2C slave device
; using the SSP module. All
www.eeworm.com/read/339514/12227513
txt i2c应用程序1.txt
; File: an734.asm
; data: feb.23.2001
; Written By: 歌林电子制作实验室www.nbglin.com
; Functionality:
;
; This code implements the basic functions for an I2C slave device
; using the SSP module. All
www.eeworm.com/read/336959/12404492
txt i2c应用程序1.txt
; File: an734.asm
; data: feb.23.2001
; Written By: 歌林电子制作实验室www.nbglin.com
; Functionality:
;
; This code implements the basic functions for an I2C slave device
; using the SSP module. All
www.eeworm.com/read/130034/14211472
readme
ASM-new. note from Paul Johnson April 2, 2000
SNAP1: May 7, 2000
In ASM-new-snap1, I've removed the random.h and random.m from this
program, and replaced their functionality with Swarm library
www.eeworm.com/read/129384/14248187
txt i2c应用程序1.txt
; File: an734.asm
; data: feb.23.2001
; Written By: 歌林电子制作实验室www.nbglin.com
; Functionality:
;
; This code implements the basic functions for an I2C slave device
; using the SSP module. All
www.eeworm.com/read/220157/14847783
readme
ASM-new. note from Paul Johnson April 2, 2000
SNAP1: May 7, 2000
In ASM-new-snap1, I've removed the random.h and random.m from this
program, and replaced their functionality with Swarm library
www.eeworm.com/read/16793/691414
sub func4.sub
# test FUNCNEST functionality -- bash-4.2
FUNCNEST=100
foo()
{
(( f++ ))
if (( f > 200 )); then
return 7
fi
foo
}
f=0
foo
echo $?
echo after: f = $f
f=0
foo
echo $?
echo after: f = $f
f=0
FU
www.eeworm.com/read/16912/703286
c mc_stm8s_dac.c
#include "MC_dev_DAC.h"
#include "stm8s_lib.h"
#include "MC_ControlStage_param.h"
#ifdef DAC_FUNCTIONALITY
u8 hMeasurementArray[2];
void dev_DACInit(void)
{
//counter disabled, dis
www.eeworm.com/read/30847/876007
txt i2c应用程序1.txt
; File: an734.asm
; data: feb.23.2001
; Written By: 歌林电子制作实验室www.nbglin.com
; Functionality:
;
; This code implements the basic functions for an I2C slave device
; using the SSP module. All