代码搜索结果
找到约 10,000 项符合
USART 的代码
usart.h
/*---------------------------------------------------------------
File: Tea5767Driver
version szg1.0
Language: C
Date: 2008.12.4
-------------------------
usart.c
#include"usart.h"
void Init_USART1(void) //UART 初始化
{
UBRR1H=0;
UBRR1L=47; //波特率9600
UCSR1B |= (1
usart.h
//usart.h
#define BIT0 0x00000001
#define BIT1 0x00000002
#define BIT2 0x00000004
#define BIT3 0x00000008
#define BIT4 0x00000010
#define BIT5
usart.c
//usart.c
#include "usart.h"
#include "AT91SAM7S64.h"
AT91PS_PIO u_pPio = AT91C_BASE_PIOA;
AT91PS_PMC u_pPMC = AT91C_BASE_PMC;
AT91PS_USART u_pUSART0 = AT91C_BASE_US0;
AT91PS_USAR
usart.dep
1
Debug
$PROJ_DIR$\uart.c
usart.eww
$WS_DIR$\usart.ewp
usart.wsdt
usart/Debug
usart.dbgdt
122
27
usart.dni
[State Storage]
Control Register=0
[Sequencer]
Control Register=0
NextState0=0
NextState1=0
[Action Register]
Break=0
State Storage=0
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Log fil
usart.ewd
1
Debug
MSP430