代码搜索结果

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

fet140_spi0_04.c

//****************************************************************************** // MSP-FET430P140 Demo - USART0, SPI Interface to TLV5616 DAC // // Description: Demonstrate USART0 in SPI mode in

fet140_spi0_5616.c

//****************************************************************************** // MSP-FET430P140 Demo - USART0 SPI Interface to TLV5516 DAC // // Description: Demonstrate USART0 in SPI mode int

test44x_spi0_016x.c

#include "msp430x44x.h" void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT // FLL_CTL0 |= XCAP14PF; // Configure load caps ME1 |= USPIE0;

init.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------

main.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------

c_entry.c

/******************************************************************** *File Name:C_Entry.c *Description:Main Routine *Date:2004/3/1 *Author:weian mail:an.wei@mail.ia.ac.cn *********************

retarget.c

/* * Copyright (C) ARM Limited, 1999. All rights reserved. */ /* This implements a 'retarget' layer for low-level IO. Typically, this would contain your own target-dependent implementation

motor_ce.s

.module motor_ce.c .area text(rom, con, rel) .dbfile C:\DOCUME~1\www\桌面\motor_ce\motor_ce.c .dbfunc e Devices_Init _Devices_Init fV .even _Devices_Init:: .dbline -1 .dbline 14 ; /******

elevator.c

//还要考虑采样子程 #include #include #include #include #define F_CPU 14745600 /* 4Mhz 4000000*/ #define UART_BAUD_RATE 9600 /* 9600

elevator.c

//还要考虑采样子程 //定时子程 #include #include #include #include #define F_CPU 14745600 /* 4Mhz 4000000*/ #define UART_BAUD_RATE 9600