代码搜索:低频振荡
找到约 1,489 项符合「低频振荡」的源代码
代码结果 1,489
www.eeworm.com/read/467401/7011839
c system.c
#include
#include "system.h"
// 根据电路板上晶振设置振荡器频率
#define OSCILLATOR_CLOCK_FREQUENCY 12000000 //in MHz
unsigned int GetCclk(void) { // 获得实际处理器时钟频率
return OSCILLATOR_CLOCK_
www.eeworm.com/read/324786/7131645
c main.c
#include
#define uint unsigned int
#define uchar unsigned char
#define beef BIT6
uchar flag=0;
void int_clk()
{
uchar i;
BCSCTL1&=~XT2OFF; //打开XT振荡器
BCSCT
www.eeworm.com/read/195720/8134050
c system.c
#include
#include "system.h"
// 根据电路板上晶振设置振荡器频率
#define OSCILLATOR_CLOCK_FREQUENCY 12000000 //in MHz
unsigned int GetCclk(void) { // 获得实际处理器时钟频率
return OSCILLATOR_CLOCK_
www.eeworm.com/read/486126/6543777
txt 新建 文本文档.txt
#include
#define uint unsigned int
#define uchar unsigned char
uchar static adc_flag=0;
uchar static count=0;
void int_clk()
{
uchar i;
BCSCTL1&=~XT2OFF; //打开XT振荡
www.eeworm.com/read/341690/12072111
c main.c
#include
#define uint unsigned int
#define uchar unsigned char
#define beef BIT6
uchar flag=0;
void int_clk()
{
uchar i;
BCSCTL1&=~XT2OFF; //打开XT振荡器
BCSCT
www.eeworm.com/read/340410/12162641
c main.c
#include
#define uint unsigned int
#define uchar unsigned char
#define beef BIT6
uchar flag=0;
void int_clk()
{
uchar i;
BCSCTL1&=~XT2OFF; //打开XT振荡器
BCSCT
www.eeworm.com/read/219043/14897194
c tklxy18b20pic.c
#include
#include
__CONFIG(INTIO&UNPROTECT&BORDIS&PWRTEN&MCLRDIS);
#define uch unsigned char
#define unint unsigned int
const unsigned char cs @ 0x3ff; //内部振荡器校准
un
www.eeworm.com/read/483965/1272511
c systemini.c
#include
#define uint unsigned int
void SysInitial()
{
uint i;
EA=0; //关闭看门狗
WDTCN=0xDE;
WDTCN=0xAD;
EA=1;
OSCXCN = 0x67; // 先选择外捕振荡器,
www.eeworm.com/read/282459/4101533
c system.c
#include
#include "system.h"
// 根据电路板上晶振设置振荡器频率
#define OSCILLATOR_CLOCK_FREQUENCY 12000000 //in MHz
unsigned int GetCclk(void) { // 获得实际处理器时钟频率
return OSCILLATOR_CLOCK_
www.eeworm.com/read/258246/4358028
c system.c
#include
#include "system.h"
// 根据电路板上晶振设置振荡器频率
#define OSCILLATOR_CLOCK_FREQUENCY 12000000 //in MHz
unsigned int GetCclk(void) { // 获得实际处理器时钟频率
return OSCILLATOR_CLOCK_