代码搜索:Flash
找到约 10,000 项符合「Flash」的源代码
代码结果 10,000
www.eeworm.com/read/487541/6503748
h flash.h
#ifndef __serial_com_H__
#define __serial_com_H__
#ifndef __delay_us__
#define __delay_us__
void delay_us(unsigned int time) //软件延时time us
{
unsigned long ii;
ii=time*11;
while(ii>
www.eeworm.com/read/487300/6518943
h flash.h
/*******************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information conta
www.eeworm.com/read/486629/6537039
c flash.c
#include
#include "flash.h"
void FLASH_ww(unsigned int *pData,int nValue)
{
// LOCK = 0;
FCTL3 = 0xA500;
// WRT = 1;
FCTL1 = 0xA540;
*pData = nValue;
www.eeworm.com/read/486629/6537041
h flash.h
void FLASH_wb(unsigned int *pData,char nValue);
void FLASH_ww(unsigned int *pData,int nValue);
void FLASH_clr(unsigned int *pData);
www.eeworm.com/read/486629/6537064
c flash.c
#include
#include "flash.h"
void FLASH_ww(int *pData,int nValue)
{
FCTL3 = 0xA500;// LOCK = 0;
FCTL1 = 0xA540;// WRT = 1;
*pData = nValue;
}
void FLASH_wb(ch
www.eeworm.com/read/486629/6537071
h flash.h
void FLASH_wb(char *pData,char nValue);
void FLASH_ww(int *pData,int nValue);
void FLASH_clr(int *pData);
www.eeworm.com/read/486629/6537085
c flash.c
#include
#include "flash.h"
void FLASH_ww(int *pData,int nValue)
{
// LOCK = 0;
FCTL3 = 0xA500;
// WRT = 1;
FCTL1 = 0xA540;
*pData = nValue;
}
www.eeworm.com/read/486629/6537094
h flash.h
void FLASH_wb(char *pData,char nValue);
void FLASH_ww(int *pData,int nValue);
void FLASH_clr(int *pData);
www.eeworm.com/read/486646/6537588
c flash.c
/*-------------------------------------------------------------------------*/
/* FILENAME: flash.c -- DSK - HOST Code */
/*