代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\SEED-DTK2812\03. Examples of Program\3.2.9 SPI\"
ProjectType=Executable
CPUFamily=
spi.lst
C51 COMPILER V7.06 SPI 06/19/2007 18:00:25 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE SPI
OBJECT MODULE PLACED IN spi
spi.c
#include "stc51reg.h"
#include
//************************************************************
void config()
{
WDT_CONTR = 0x00; // Watchdog Timer Control Register
}
//初始化单片机,
//
spi.bak
#include "stc51reg.h"
#include
//************************************************************
void config()
{
WDT_CONTR = 0x00; // Watchdog Timer Control Register
}
//初始化单片机,
//
spi.inc
;******************************************************************************
SPI_DATA_SEND
BCF RA,MC
BCF RA,MD
MOVLW 08H ;00001000
MOV
spi.inc
;******************************************************************************
SPI_DATA_SEND
BCF RA,MC
BCF RA,MD
MOVLW 08H ;00001000
MOV
spi.c
/*
Module Name: SPI.CPP
Abstract: SPI Interface Routines for Samsung SC2410 CPU
Notes: Presently, only the SPI Channel 0 is supported.
Environment: Samsung SC2410 CPU
Date: 2004