代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.h
#include"ioCC2430.h"
#include "board.h"
/******************************************************************************
******************* Common USART functions/macros *****************
serial.c
#include "serial.h"
#include "board.h"
#include "ap.h"
extern AP_ATTRIBUTE apAttribute;
extern BYTE WifiCommand[MAXUARTBYTE];
void InitUART(void)
{
IO_PER_LOC_UART1_AT_PORT0_PIN2345();
serial.h
#ifndef SERIAL_H
#define SERIAL_H
#include "types.h"
typedef enum { /* Some useful SA-1100 baud rates */
baud1k2 = 768,
baud9k6 = 96,
baud19k2 = 48,
baud38k4 = 24,
baud57k6 = 16,
baud115k2 = 8
}
serial.c
#include "serial.h"
#include "pxa-regs.h"
/*
* Initialise the serial port with the given baudrate. The settings
* are always 8 data bits, no parity, 1 stop bit, no start bits.
*
*/
void SerialInit
serial.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
serial.cmd
/**********************************************************************/
/* File Name: leds.cmd */
/* Target System: C24xx Evaluation Board
serial.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\test\C2000\2407EDULab_v299\Lab20-SCI\"
ProjectType=Executable
CPUFamily=TMS320C24X