代码搜索结果
找到约 10,000 项符合
USART 的代码
usart.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
usart.h
//*----------------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------
usart.h
//*----------------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------
usart.txt
Title: usart
Target: PIC18Cxx8
Description:
A sample project file to be used with HI-TIDE, to demonstrate the functionality of the microcontroller's
Addressable USART module.
The Address
usart.h
#define USART_RC (RB4)
#define USART_TX (RB5)
extern volatile bit UPDATE_REQUIRED;
extern volatile bit DATA_RECEIVED;
extern volatile bit TX_INT;
extern volatile char DATA;
usart.c
/*A sample project file to be used with HI-TIDE, to demonstrate the functionality of the microcontroller's USART.*/
/*Refer to usart.txt for additional information*/
#include
#include "usa
usart.h
/*
* USART communications module library header
*
* written for SDCC/pic16 port by Vangelis Rokas, 2005
*
* This program is free software; you can redistribute it and/or
*
usart.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
usart.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
usart.h
#ifndef _DEV_USART_H_
#define _DEV_USART_H_
/*
* Copyright (C) 2001-2003 by egnite Software GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* mod