代码搜索结果

找到约 10,000 项符合 USART 的代码

demo_14_1.c~

/***************************************************** File name : demo_14_1.c Chip type : ATmega16L Program type : Application Clock frequency : 4.000000 MHz Memor

demo_14_1__.c

/***************************************************** File name : demo_14_1.c Chip type : ATmega16L Program type : Application Clock frequency : 4.000000 MHz Memor

ti_cc_spi.c

//---------------------------------------------------------------------------- // Description: This file contains functions that allow the MSP430 device to // access the SPI interface of the CC1

avrxserialio.h

#ifndef _AvrXSerialIo_h_ #define _AvrXSerialIo_h_ #include "AvrXFifo.h" /* AvrSerialIo.h Sample code for fully buffered interrupt driven serial I/O for the AVR processor. Uses the AvrXFifo

ti_cc_spi.c

//---------------------------------------------------------------------------- // Description: This file contains functions that allow the MSP430 device to // access the SPI interface of the CC1

ti_cc_spi.c

//---------------------------------------------------------------------------- // Description: This file contains functions that allow the MSP430 device to // access the SPI interface of the CC1

main.c

#include "config.h" extern void play_Udisc(void); void main(void) { AT91F_DBGU_CfgPIO(); AT91F_US_Configure ((AT91PS_USART) AT91C_BASE_DBGU, AT91C_MASTER_CLOCK,

uart-asm.s

/* Name: uart-asm.S * Project: AVR USB driver for CDC interface on USB1.1 * Author: Akira Kitazawa * Creation Date: 2006-07-08 * Tabsize: 4 * License: Proprietary, free under certain condi

ti_cc_spi.c

//---------------------------------------------------------------------------- // Description: This file contains functions that allow the MSP430 device to // access the SPI interface of the CC1

stm32_reg.h

/*---------------------------------------------------------------------------- * Name: STM32_Reg.h * Purpose: STM32Register values and Bit definitions * Version: V1.01 *--------------------