代码搜索:模式匹配
找到约 10,000 项符合「模式匹配」的源代码
代码结果 10,000
www.eeworm.com/read/15680/531633
c timer1.c
#include "config.h"
#include "Timer1.h"
/*
* 定时器初始化,设定预分频值
*/
void Timer1_Init(uint32 nPreviousValue)
{
T1CTCR = 0x00; /* 选择定时器模式 */
T1TCR = 0x02; /* 停止复位计数器
www.eeworm.com/read/16670/682356
h i2c.h
#ifndef __I2C_H
#define __I2C_H
#include "stm32f10x.h"
/* EEPROM Addresses defines */
#define I2C_EEPROM_ADDRESS 0xA0
#define I2C_Speed 40000 //标准模式40K
#define I2C1_SLAVE_ADD
www.eeworm.com/read/16670/682384
h i2c.h
#ifndef __I2C_H
#define __I2C_H
#include "stm32f10x.h"
/* EEPROM Addresses defines */
#define I2C_EEPROM_ADDRESS 0xA0
#define I2C_Speed 40000 //标准模式40K
#define I2C1_SLAVE_ADD
www.eeworm.com/read/17194/723060
51
#include
#include
#include
unsigned char tmp;
void send_char(unsigned char txd);
main()
{
TMOD = 0x20; // 定时器1工作于8位自动重载模式, 用于产生波特率
TH1 = 0xFD; // 波特率9600
www.eeworm.com/read/25885/952255
51
#include
#include
#include
unsigned char tmp;
void send_char(unsigned char txd);
main()
{
TMOD = 0x20; // 定时器1工作于8位自动重载模式, 用于产生波特率
TH1 = 0xFD; // 波特率9600
www.eeworm.com/read/27624/986523
c comtest.c
#include
#include
#include
unsigned char tmp;
void send_char(unsigned char txd);
main()
{
TMOD = 0x20; // 定时器1工作于8位自动重载模式, 用于产生波特率
TH1 = 0xFD; // 波特率9600
www.eeworm.com/read/38039/1090221
mnu displmode.mnu
DISPLAY#MODE 显示模式
#
Show#All 显示全部
Show all part features in the editor window.
在编辑窗口中显示全部零件特征
Default#Feats 缺省特征
Show only no marked features.
只显示没作标记的特征
Marked#Feats 标记的特征
Show only marked features.
www.eeworm.com/read/491896/1184456
c i2cint.c
/****************************************************************************
* 文件名:I2CINT.C
* 功能:硬件I2C软件包,利用中断方式操作。
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
*********************************
www.eeworm.com/read/491896/1184470
c i2cint.c
/****************************************************************************
* 文件名:I2CINT.C
* 功能:硬件I2C软件包,利用中断方式操作。
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
*********************************
www.eeworm.com/read/491896/1184540
c i2cint.c
/****************************************************************************
* 文件名:I2CINT.C
* 功能:硬件I2C软件包,利用中断方式操作。
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
*********************************