代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.h
#ifndef __WTE_UART__H__
#define __WTE_UART__H__
void set_speed(int fd, int speed);
int set_Parity(int fd,int databits,int stopbits,int parity);
#endif
uart.c
#include
#include
#include
#include
#include "uart.h"
#define SPEED_NUM 14
int speed_arr[SPEED_NUM] = {B115200, B19200, B9600, B4800, B2400, B
uart.h
#ifndef __UART_H__
#define __UART_H__
void Init_UART0();
void UART_receive_loop();
void UART_Send();
void Response_error(U8 ErrorCode);
void Deal_data();
U16 CRC_generator(U8 *CrcArray, U8 le
uart.c
#include
#include "stdafx.h"
#include "struct.h"
#include "eeprom.h"
#include "uart.h"
#include "variable.h"
#include "pll.h"
#include "main.h"
#include "tabcode.h"
#include "const
uart.c
/* Standard includes. */
#include
#include
#include
#include
/* Scheduler includes. */
#include "FreeRTOS.h"
#include "task.h"
/* applicati
uart.c
/* Standard includes. */
#include
#include
#include
#include
/* Scheduler includes. */
#include "FreeRTOS.h"
#include "task.h"
/* applicati
uart.cmd
/* SOLUTION FILE FOR LAB11.CMD */
-stack 0x100
MEMORY
{
PAGE 0:
VECS origin = 0000h, length = 0040h
FLASH: origin = 100h, length = 7F00h