代码搜索:functionality
找到约 4,782 项符合「functionality」的源代码
代码结果 4,782
www.eeworm.com/read/134909/5891460
txt timer1.txt
Title: timer1
Target: PIC18Cxx8
Description:
A sample project file to be used with HI-TIDE, to
demonstrate the functionality of the microcontroller's TIMER1.
The TIMER1 module h
www.eeworm.com/read/134909/5891467
txt timer2.txt
Title: timer2
Target: PIC18Cxx8
Description:
A sample project file to be used with HI-TIDE, to
demonstrate the functionality of the microcontroller's TIMER2.
The Timer2 module timer has
www.eeworm.com/read/134909/5891470
txt timer0.txt
Title: timer0
Target: PIC18Cxx8
Description:
A sample project file to be used with HI-TIDE, to
demonstrate the functionality of the microcontroller's TIMER0.
The TIMER0 module h
www.eeworm.com/read/124347/6053496
c fchdir01.c
/*
*
* Copyright (c) International Business Machines Corp., 2001
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Li
www.eeworm.com/read/112162/6150726
in makefile.in
TARGETS = \
locks.lo \
crossproc.lo \
intraproc.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=../../include
INCLUDES=-I$(INCDIR) -I$(INCDIR)/arch
# DO NOT REMOVE
www.eeworm.com/read/112162/6150733
in makefile.in
TARGETS = \
locks.lo \
crossproc.lo \
intraproc.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=../../include
INCDIR2=$(INCDIR)/arch
INCDIR3=$(INCDIR)/arch/unix
INCLUDES
www.eeworm.com/read/112162/6150751
in makefile.in
TARGETS = dso.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=../../include
INCLUDES=-I$(INCDIR) -I$(INCDIR)/arch
# DO NOT REMOVE
www.eeworm.com/read/112162/6150781
in makefile.in
TARGETS = apr_sha1.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
www.eeworm.com/read/112162/6150861
in makefile.in
TARGETS = apr_hooks.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
www.eeworm.com/read/492302/6421244
h tomcrypt_custom.h
#ifndef TOMCRYPT_CUSTOM_H_
#define TOMCRYPT_CUSTOM_H_
/* macros for various libc functions you can change for embedded targets */
#define XMALLOC malloc
#define XREALLOC realloc
#define XCALLOC cal