代码搜索结果
找到约 31,537 项符合
UART 的代码
uart.lnp
"startup.o" "serial0_teststub.o" "serial0_driver.o" --strict --scatter "uart.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list ".\uart.map"
uart.tra
*** Creating Trace Output File 'uart.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"startup.o"'
### List of Objects: adding '"serial0_teststub.o"
uart.lnp
"startup.o" "serial0_teststub.o" "serial0_driver.o" --strict --scatter "uart.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list ".\uart.map"
uart.tra
*** Creating Trace Output File 'uart.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"startup.o"'
### List of Objects: adding '"serial0_teststub.o"
uart.c
#include
#include "UART.h"
void Init_CLK(void)
{
unsigned int i;
BCSCTL1 = 0X00; //将寄存器的内容清零
//XT2震荡器开启
//LFTX1工作在低频模式
//ACLK的分频因子为1
do
uart.h
// UART functions for SDCC by Chin-Shiuh Shieh on 2001-01-01
// Modified by Greg Hunter on 2007-09-19 for Nordic nRF24E1
// uart_init() should be called before using UART
// No syntax error handlin
uart.c
// UART functions for SDCC by Chin-Shiuh Shieh on 2001-01-01
// Modified by Greg Hunter on 2007-09-19 for Nordic nRF24E1
// uart_init() should be called before using UART
// No syntax error handling
/
uart.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="I:\arm dsp pcb\dsp pcb\2407\TMS320LF2407 urt\UART\"
ProjectType=Executable
CPUFamily
uart.o.d
uart.o: ../uart.c ../config.h \
c:/winavr/lib/gcc/../../avr/include/avr/io.h \
c:/winavr/lib/gcc/../../avr/include/avr/sfr_defs.h \
c:/winavr/lib/gcc/../../avr/include/inttypes.h \
c:/wina
uart.lnp
"startup.o" "text2.o" --strict --scatter "uart.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list ".\uart.map" -o "uart.axf"