代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/240051/13239218
c main.c
#include
#include "..\Inc\AT8xC51SND1.h"
#include "..\Inc\GLOBAL.h"
#include "..\Inc\CHIPSOURCE.h"
#include "..\Inc\COMMON.h"
#include "..\Inc\IDEIO.h"
#include "ideio.c"
#include "us
www.eeworm.com/read/240051/13239336
c main.c
#include
#include "..\Inc\AT8xC51SND1.h"
#include "..\Inc\GLOBAL.h"
#include "..\Inc\CHIPSOURCE.h"
#include "..\Inc\COMMON.h"
#include "..\Inc\LCD.h"
void main(void)
{
xdata BYTE
www.eeworm.com/read/240027/13239972
c main.c
#include "main.h"
// set up DMA descriptors (one for each frame, then repeat)
// small descriptor model, only start address needs to be fetched
tDMA_descriptor DMA_PPI1_first = {&DMA_PPI1_seco
www.eeworm.com/read/240027/13240000
c main.c
#include "main.h"
// set up DMA descriptors (one for each frame, then repeat)
// small descriptor model, only start address needs to be fetched
tDMA_descriptor DMA_PPI0_first = {&DMA_PPI
www.eeworm.com/read/240024/13240159
c main.c
#include "main.h"
// User program
void main() {
// set Clocks
Set_PLL( (short)(CORECLK/CLKIN), (short)(CORECLK/SYSCLK)); // sets Core clock to 600MHz (= 18 x 33MHz) and SCLK to 120
www.eeworm.com/read/240024/13240182
c main.c
/*****************************************************************************************/
//
// Name: BF561 EZ-KIT General Purpose Timers Example
//
/*****************************************
www.eeworm.com/read/239982/13243426
c main.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/324802/13243551
c main.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/324784/13245289
c main.c
#include
#define uint unsigned int
#define uchar unsigned char
void int_clk()
{
uchar i;
BCSCTL1&=~XT2OFF; //打开XT振荡器
BCSCTL2|=SELM1+SELS;//MCLK 8M and SMCLK 1M
www.eeworm.com/read/324783/13245328
c main.c
#include
#define uint unsigned int
#define uchar unsigned char
#define PWM BIT2
void int_clk()
{
uchar i;
BCSCTL1&=~XT2OFF; //打开XT振荡器
BCSCTL2|=SELM1+SELS;/