代码搜索结果

找到约 3,686,282 项符合 C 的代码

blinky.c

/* Blinky.C - LED Flasher for the Keil LPC900 EPM Emulator/Programmer Module */ #include // register definition void delay (unsigned int cnt) { while (--cnt); } void main()

uart_internal_brg.c

// uart_internal_brg.c // Christian Kulig, 10/29/02 // // This sample uses the UART to communicate with a PC. Therefore it sets up the internal // Baud Rate Generator (BRG). The LPC900 receives a

getline.c

/*------------------------------------------------------------------------------ GETLINE.C: Line Edited Character Input Copyright 1995-2003 Keil Software, Inc. ----------------------------------

measure.c

/*------------------------------------------------------------------------------ MEASURE.C: Remote Measurement Recorder using the C51 COMPILER Copyright 1990-2003 Keil Software, Inc. -----------

mcommand.c

/*------------------------------------------------------------------------------ MCOMMAND.C: Time Set Commands for the Remote Measurement Recorder Copyright 1995-2003 Keil Software, Inc. -------

eeprom.c

// eeprom.c // Christian Kulig, 10/29/02 // This sample demonstrates the usage of the data EEPROM. // It counts the number of powerups of the device and // saves this value in the EEPROM. From t

capcom_pwm.c

// CAPCOM_PWM.c // Christian Kulig, 10/29/02 // // This sample uses the Capture Compare Unit (CCU) to create Pulse Width // Modulated (PWM) signals to drive and dimm two LEDs on port P2.1 and P2.

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.

cstm_lib.c

// cstm_lib.c // Library with functions related to the application #include #include "CSTM_lib.h" #include "WDCAL_lib.h" unsigned char sendRQ=0; // flag for polling void UART

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