代码搜索:UART

找到约 10,000 项符合「UART」的源代码

代码结果 10,000
www.eeworm.com/read/197250/8009673

h uart.h

#ifndef _UART_H #define _UART_H void UartSetBaud(U32 ch, U32 baud); char UartGetch(U32 ch); char UartGetkey(U32 ch); void UartPutch(U32 ch, U32 data); void UartPuts(U32 ch, char *pt); void Ua
www.eeworm.com/read/297552/8011629

h uart.h

#ifndef _UART_H #define _UART_H void UartSetBaud(U32 ch, U32 baud); char UartGetch(U32 ch); char UartGetkey(U32 ch); void UartPutch(U32 ch, U32 data); void UartPuts(U32 ch, char *pt); void Ua
www.eeworm.com/read/397854/8018967

h uart.h

/*= uart.h ========================================================================================= * * Copyright (C) 2004 Nordic Semiconductor * * This file is distributed in the hope that i
www.eeworm.com/read/397854/8018979

c uart.c

/*= uart.c ========================================================================================= * * Copyright (C) 2004 Nordic Semiconductor * * This file is distributed in the hope that i
www.eeworm.com/read/397854/8019117

h uart.h

/*= uart.h ===================================================================== * * Copyright (C) 2004 Nordic Semiconductor * This file is distributed in the hope that it will be useful, but WI
www.eeworm.com/read/397854/8019128

c uart.c

/*= uart.c ===================================================================== * * Copyright (C) 2004 Nordic Semiconductor * * This file is distributed in the hope that it will be useful, bu
www.eeworm.com/read/397690/8029136

h uart.h

#ifndef UART_H #define UART_H #ifdef EXT_UART_GLOBALS #define EXT_UART #else #define EXT_UART extern #endif #define ERROR_UART ((1
www.eeworm.com/read/397690/8029148

c uart.c

#define EXT_UART_GLOBALS #include "includes.h" /************************************************************ Function Name: T2Init Function: Timer0 initial Paramenter: None
www.eeworm.com/read/397690/8029234

o uart.o

www.eeworm.com/read/397679/8029526

h uart.h

/*****************************************************/ /* File name : UART.h */ /* Description : header file for UART.c