代码搜索:USART
找到约 10,000 项符合「USART」的源代码
代码结果 10,000
www.eeworm.com/read/223542/14635223
s43 fet140_uart11_0115k.s43
;******************************************************************************
; MSP-FET430P140 Demo - USART1, UART 115200 Echo ISR, HF XTAL ACLK
;
; Description: Echo a received character, RX
www.eeworm.com/read/218150/14932746
c main.c
#include
unsigned char buf[] = {
0x30, 0x31, 0x32 , 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x0a, 0x0d
};
void main()
{
unsigned int i;
unsigned int j = 0x00;
www.eeworm.com/read/206968/15284711
h obj_romboot.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*---------------------------------------------------
www.eeworm.com/read/472384/6876552
h uart.h
#ifndef __UART_H__
#define __UART_H__
#include "config.h"
#define USART_putchar UART0_PutChar
#define printf_P UART0_PutString
#define USART_getchar UART0_GetChar
void PLL_Init(void); //设
www.eeworm.com/read/472384/6876578
h uart.h
#ifndef __UART_H__
#define __UART_H__
#include "config.h"
#define USART_putchar UART0_PutChar
#define printf_P UART0_PutString
#define USART_getchar UART0_GetChar
void PLL_Init(void); //设
www.eeworm.com/read/369592/9638791
h uart.h
#ifndef UART_H
#define UART_H 1
#include"stdio.h"
//标准I/O输出函数
int usart_putchar(char c);
//标准I/O输入函数
int usart_getchar(void);
#endif
www.eeworm.com/read/367401/9752418
o mian.o
XL
H 1 areas 4 global symbols
M mian.c
S _USART_Transmit Ref0000
S _USART_Recive Ref0000
S _USART_Init Ref0000
A text size 12 flags 0
dbfile J:\自编程序\M16\485bus\mian.c
dbfunc e main 0 fV
dblin
www.eeworm.com/read/367400/9752501
_c main._c
#include
#include
void main(void)
{
unsigned char k;
CLI();
PORTD = 0x00;
DDRD = 0x00;
USART_Init();
KEY_INI();
INT0_INI();
SEI();
USAR
www.eeworm.com/read/367400/9752509
c main.c
#include
#include
void main(void)
{
unsigned char k;
CLI();
PORTD = 0x00;
DDRD = 0x00;
USART_Init();
KEY_INI();
SEI();
USART_Transmit('t');
www.eeworm.com/read/367400/9752510
s main.s
.module main.c
.area text(rom, con, rel)
.dbfile F:\自编程序\M16\4-4keyboard\main.c
.dbfunc e main _main fV
; k ->
.even
_main::
.dbline -1
.dbline 4
; #include