代码搜索:UARTOUT

找到约 21 项符合「UARTOUT」的源代码

代码结果 21
www.eeworm.com/read/406456/11441983

c sys_uart_debug.c

#include "INC\SYS_DECLARE.H" #if(UART_DEBUG_MSG) #include "INC\SYS_GLOBAL.H" #define UART_BIT(x) { UART_TX_PIN = x; Delay17uS(); } BYTE bdata gbBitByte; sbit gfBbit7 = gbBitByte
www.eeworm.com/read/290304/8490221

h uart.h

#define UART0BAUDTATE 9600//波特率 #define SYSCLK 22118400//时钟 void UartInit(void);//UART初始化 void UartOut(unsigned char *SendByteAdd,unsigned char Count);//发送 unsigned char UartReceive(void);
www.eeworm.com/read/478163/6720820

h uart.h

#define UART0BAUDTATE 9600//波特率 #define SYSCLK 22118400//时钟 void UartInit(void);//UART初始化 void UartOut(unsigned char *SendByteAdd,unsigned char Count);//发送 unsigned char UartReceive(void);
www.eeworm.com/read/401183/11563112

h uart.h

#define UART0BAUDTATE 9600//波特率 #define SYSCLK 22118400//时钟 void UartInit(void);//UART初始化 void UartOut(unsigned char *SendByteAdd,unsigned char Count);//发送 unsigned char UartReceive(void);
www.eeworm.com/read/262023/11611029

h uart.h

#define UART0BAUDTATE 9600//波特率 #define SYSCLK 22118400//时钟 void UartInit(void);//UART初始化 void UartOut(unsigned char *SendByteAdd,unsigned char Count);//发送 unsigned char UartReceive(void);
www.eeworm.com/read/329969/12923024

vhd uartsend.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity UartSend is port( Reset : in std_logic ; SendClk : in std_logic ; Data
www.eeworm.com/read/329969/12923108

bak uartsend.vhd.bak

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity UartSend is port( Reset : in std_logic ; SendClk : in std_logic ; Data
www.eeworm.com/read/251375/12349252

txt printf.txt

int printf(const char *format,...) { int i; int iCnt = 0; int iToSend = 0; static char buf[PRINTF_BUFF_SIZE]; int ret; UART_TYPE UartOut; UINT8 *pBuff = (UINT8 *)buf; UINT8 *pLas
www.eeworm.com/read/416047/11043446

c readsd.c

/*********************************************************************** *引用头文件 ***********************************************************************/ #include #include #includ
www.eeworm.com/read/433371/7936761

txt tonxin3.txt

#include #define LED_PORT P5 #define SYSCLK 2000000 void Timer_Init() { CKCON = 0x10; TMOD = 0x20; TH1 = 0xCC; } void UART_Init() { SCON0 = 0