代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/471936/6884245
c uart.c
#include "uart.h"
#include "hal.h"
#include "sys_event.h"
#include "pub_func.h"
#include "protocol.h"
// 数据桢指针
unsigned char _frm_ptr=0;
// 数据桢buffer
_t_frm _frm_buf;
// wait time
unsigned
www.eeworm.com/read/471941/6884304
h uart.h
/* uart.h */
#ifndef UART_H
#define UART_H
#ifdef __cplusplus
extern "C"
{
#endif
// 奇偶校验标识
#define UART_BIT_9_H 0xA5
#define UART_BIT_9_L 0x5A
www.eeworm.com/read/471941/6884311
c uart.c
#include "uart.h"
#include "hal.h"
#include "sys_event.h"
#include "pub_func.h"
#include "protocol.h"
// 数据桢指针
unsigned char _frm_ptr=0;
// 数据桢buffer
_t_frm _frm_buf;
// wait time
unsigned
www.eeworm.com/read/471946/6884376
h uart.h
/* uart.h */
#ifndef UART_H
#define UART_H
#ifdef __cplusplus
extern "C"
{
#endif
// 奇偶校验标识
#define UART_BIT_9_H 0xA5
#define UART_BIT_9_L 0x5A
www.eeworm.com/read/471946/6884384
c uart.c
#include "uart.h"
#include "hal.h"
#include "sys_event.h"
#include "pub_func.h"
#include "protocol.h"
// 数据桢指针
unsigned char _frm_ptr=0;
// 数据桢buffer
unsigned char _frm_buf[FRAME_BUFFER_LEN]
www.eeworm.com/read/471715/6888305
asm uart.asm
/****************************************************************************
Include Section
*****************************************************************************/
#include "macros.h"
www.eeworm.com/read/471715/6888309
h uart.h
/*****************************************************************************
Prototypes
******************************************************************************/
.EXTERN __uart0_save_bit
www.eeworm.com/read/471318/6889803
h uart.h
//*********************************************//
//** file: uart.h
//** target: ADSP-BF533
//** creat time: 2008-7-13
#ifndef _UART_H
#define _UART_H
#include
#include
www.eeworm.com/read/471318/6889812
c uart.c
//**********************************************************//
//** file: uart.c
//** target: ADSP-BF533
//** creat time: 2008-7-13
#include
#include
#include "ua
www.eeworm.com/read/471318/6889822