代码搜索结果
找到约 10,000 项符合
USART 的代码
usart1.h
extern OS_EVENT * Quart1;
extern void * OSUART1Message[40];
extern OS_STK UART1TaskStk[100];
void AppsStartUART1Task( void );
usart_menu.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
get_usart.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
get_usart.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
usart_menu.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
usart.h.bak
#ifndef _SERIAL_H_
#define _SERIAL_H_
#define BAUD 9600
#define FOSC 4000000L
#define NINE 0 /* Use 9bit communication? FALSE=8bit */
#define DIVIDER ((int)(FOSC/(16UL * BAUD) -1))
usart.dp2
usart.o: C:/icc/include/iom16v.h C:/icc/include/macros.h
usart.dp2
usart.o: C:/icc/include/iom16v.h C:/icc/include/macros.h
usart2.c
// AVR306: Using the AVR UART in C
// Routines for interrupt controlled USART
// Last modified: 02-06-21
// Modified by: AR
/* Includes */
#include
#include
/* UART Buf
usart1.c
// AVR306: Using the AVR UART in C
// Routines for polled USART
// Last modified: 02-06-21
// Modified by: AR
/* Includes */
#include
/* Prototypes */
void USART0_Init( unsigned