代码搜索结果
找到约 1,572 项符合
Calibration 的代码
keil c51-
// wdcal_lib.h
#ifndef WDCAL_LIB
#define WDCAL_LIB
#define ADRSTAT 510 // EEPROM adresses to save status
#define ADRWDFQ 511 // and result of calibration
#define MESWD 0 // Constants
keil c51-
// wdt_selfcalibration.c
// Software sample: Watchdog Timer Self-Calibration
// Christian Kulig, 10/28/02
// This sample shows how to take advantage of the sophisticated clock tree of the LPC900.
keil c51-
// wdcal_lib.c
// Library with functions for the self-calibration
// This file contains asm directives:
// Set the Compiler options (Keil uVision2) for this file to:
// - Generate Assembler SRC
wdcal_lib.h
// wdcal_lib.h
#ifndef WDCAL_LIB
#define WDCAL_LIB
#define ADRSTAT 510 // EEPROM adresses to save status
#define ADRWDFQ 511 // and result of calibration
#define MESWD 0 // Constants
wdt_selfcalibration.c
// wdt_selfcalibration.c
// Software sample: Watchdog Timer Self-Calibration
// Christian Kulig, 10/28/02
// This sample shows how to take advantage of the sophisticated clock tree of the LPC900.
wdcal_lib.c
// wdcal_lib.c
// Library with functions for the self-calibration
// This file contains asm directives:
// Set the Compiler options (Keil uVision2) for this file to:
// - Generate Assembler SRC
wdcal_lib.h
// wdcal_lib.h
#ifndef WDCAL_LIB
#define WDCAL_LIB
#define ADRSTAT 510 // EEPROM adresses to save status
#define ADRWDFQ 511 // and result of calibration
#define MESWD 0 // Constants
wdt_selfcalibration.c
// wdt_selfcalibration.c
// Software sample: Watchdog Timer Self-Calibration
// Christian Kulig, 10/28/02
// This sample shows how to take advantage of the sophisticated clock tree of the LPC900.