代码搜索结果

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

modemhw.h

#include "CC1020.h" #include "msp430x16x.h" /* Pin usage definitions */ /* Transceiver pins */ /* #define PDO RC4 #define PDI RC5 #define PCLK RC3 #define PSEL

ex7-3.c

#include #include #define BaudRate 25 // 38400 void F_Initial(void); void F_Enable_High_Interrupts ( void ); void High_INT_SER ( void ); #pragma code High_Interrup

ti_cc_msp430.h

//---------------------------------------------------------------------------- // Description: This file contains definitions specific to the specific MSP430 // chosen for this implementation. M

ti_cc_msp430.h.bak

//---------------------------------------------------------------------------- // Description: This file contains definitions specific to the specific MSP430 // chosen for this implementation. M

ti_cc_msp430.h

//---------------------------------------------------------------------------- // Description: This file contains definitions specific to the specific MSP430 // chosen for this implementation. M

ti_cc_msp430.h

//---------------------------------------------------------------------------- // Description: This file contains definitions specific to the specific MSP430 // chosen for this implementation. M

mac2.c

#include "tcptask.h" #include "mac2.h" #define USART_USE_BRGH_LOW #if defined(USART_USE_BRGH_LOW) #define SPBRG_VAL ( ((CLOCK_FREQ/BAUD_RATE)/64) - 1) #else #define SPBRG_VAL ( ((CLO

four.s

;****************************************************************************** ; AsmAdc12Usart.s is a simple program written in assembly to run on a ; ICDdemo board and degigned to exercise the AD

traceswitch.h

/******************************************************************************* * * TRACESWITCH.H * * This module defines constants used by UART and USART trace drivers. * * (C) Texas Ins

platform_config.h

/** ****************************************************************************** * @file USART/MultiProcessor/platform_config.h * @author MCD Application Team * @version V3.0.0 * @