代码搜索:如何学习 UART?

找到约 10,000 项符合「如何学习 UART?」的源代码

代码结果 10,000
www.eeworm.com/read/363855/2910556

c uart.c

/* * File: uart.c * Purpose: Provide common ColdFire UART routines for serial IO * * Notes: * */ #pragma cplusplus off #include "common.h" #include "uart
www.eeworm.com/read/362543/2931569

h uart.h

/* * UART Masks */ #ifndef __BFIN_PERIPHERAL_UART__ #define __BFIN_PERIPHERAL_UART__ /* UARTx_LCR Masks */ #define WLS 0x03 /* Word Length Select */ #define WLS_5 0x00 /* 5 bit word */ #define
www.eeworm.com/read/362543/2932979

c uart.c

/* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you
www.eeworm.com/read/362543/2932988

c uart.c

/* * (C) Copyright 2007 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * Author: Igor Lisitsin * * See file CREDITS for list of people who contributed to this * pr
www.eeworm.com/read/361365/2946517

c uart.c

/******************************************************************************* Filename: uart.c Target: cc2430 Revised: 16/12-2005 Revision: 1.0 Description: Reads in
www.eeworm.com/read/361258/2948866

h uart.h

/*******************************************************************/ /* Header for UART module library functions */ /*********************************************************
www.eeworm.com/read/361258/2948895

h uart.h

#ifndef __UART_H #define __UART_H /****************************************************************************** * * UART PERIPHERAL LIBRARY HEADER FILE * ***************
www.eeworm.com/read/361258/2948912

h uart.h

/*******************************************************************/ /* Header for UART module library functions */ /*********************************************************
www.eeworm.com/read/361258/2949528

h uart.h

#ifndef __UART_H #define __UART_H /****************************************************************************** * * UART PERIPHERAL LIBRARY HEADER FILE * ***************
www.eeworm.com/read/361013/2953436

c uart.c

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.c * Author : MCD Application Team * Date First Issued : 06/08/2003 * Descr