代码搜索:Control System
找到约 10,000 项符合「Control System」的源代码
代码结果 10,000
www.eeworm.com/read/14066/294518
lib system.lib
www.eeworm.com/read/14159/306397
h system.h
void InitPLL(void);
void InitPLL(void)
{
// for 20MHz to 192MHz R=96-1 0x5f N=10-1 0x09
PLLNDIV=0x09; //set N
PLLRDIV=0x5f;
PLLCON=(PLLRDIV&0x03)
www.eeworm.com/read/14329/328102
cgi system.cgi
www.eeworm.com/read/14670/401963
asm system.asm
//.include resource.inc;
.include hardware.inc;
.include key.inc;
//.PUBLIC _InitIO
.PUBLIC _ShowRes
//*********************************************************//
//函数:System_Initial()
//
www.eeworm.com/read/14670/401974
inc system.inc
//////////////////////////////////////////////////////////////////////////////////////////
// Progarm: SACM API external definition
// Writen by: Andy
// Date: 2000/06/20
/////////////////////////
www.eeworm.com/read/15110/431657
h system.h
//System.h
//bits
#define BIT0 0x00000001
#define BIT1 0x00000002
#define BIT2 0x00000004
#define BIT3 0x00000008
#define BIT4 0x00000010
#define
www.eeworm.com/read/15110/431671
c system.c
#include "system.h"
#include "AT91SAM7S64.h"
AT91PS_PMC pPMC = AT91C_BASE_PMC;
void Delay_s (unsigned long a) { while (--a!=0); }
//MAIN POINTER
AT91PS_PIO p_pPio = AT91C_BASE_PIOA;
www.eeworm.com/read/15110/431684
h system.h
//System.h
//bits
#define BIT0 0x00000001
#define BIT1 0x00000002
#define BIT2 0x00000004
#define BIT3 0x00000008
#define BIT4 0x00000010
#define
www.eeworm.com/read/15110/431698
c system.c
#include "system.h"
#include "AT91SAM7S64.h"
AT91PS_PMC pPMC = AT91C_BASE_PMC;
void Delay_s (unsigned long a) { while (--a!=0); }
//MAIN POINTER
AT91PS_PIO p_pPio = AT91C_BASE_PIOA;
www.eeworm.com/read/15110/431710
h system.h
//System.h
//bits
#define BIT0 0x00000001
#define BIT1 0x00000002
#define BIT2 0x00000004
#define BIT3 0x00000008
#define BIT4 0x00000010
#define