代码搜索:ffuart
找到约 95 项符合「ffuart」的源代码
代码结果 95
www.eeworm.com/read/198218/5089326
c init_ffuart.c
#define FFRBR (*(volatile unsigned long * )(0x40100000))
#define FFTHR (*(volatile unsigned long * )(0x40100000))
__irq void IRQHandler(void)
{
char newchar;
newchar = FFRBR;
FFTH
www.eeworm.com/read/198218/5089330
c ffuart_method.c
typedef unsigned long ulong;
#define FFUART_BASE 0x40100000
#define FFRBR (*((volatile ulong *)(FFUART_BASE+0x00)))
#define FFTHR (*((volatile ulong *)(FFUART_BASE+0x00
www.eeworm.com/read/184532/9095524
c centry.c
#include "pxa-regs.h"
#include "GPIO.h"
#include "types.h"
#include "serial.h"
void FFUART_GPIO_Init()
{
GPDR1 &= ~GPIO_34;
GPDR1 |= GPIO_39;
GAFR1_L = GPIO_34_AF1_FFRXD | GPIO_39_AF2_FFT
www.eeworm.com/read/152843/5665137
h uncompress.h
/*
* linux/include/asm-arm/arch-pxa/uncompress.h
*
* Author: Nicolas Pitre
* Copyright: (C) 2001 MontaVista Software Inc.
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/136786/5866806
h uncompress.h
/*
* linux/include/asm-arm/arch-pxa/uncompress.h
*
* Author: Nicolas Pitre
* Copyright: (C) 2001 MontaVista Software Inc.
*
* This program is free software; you can redistribute it and/or mod
www.eeworm.com/read/102935/6230264
h uncompress.h
/*
* linux/include/asm-arm/arch-pxa/uncompress.h
*
* Author: Nicolas Pitre
* Copyright: (C) 2001 MontaVista Software Inc.
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/142269/6970743
h serial.h
//////////////////////////////////////////////////////////////////////////////////
// Copyright(c) 2001-2002 Emdoor Electronic & Technology Co,.ltd. All rights reserved.
//
// Module name:
// se
www.eeworm.com/read/243293/12949950
h serial.h
//////////////////////////////////////////////////////////////////////////////////
// Copyright(c) 2001-2002 Hybus Co,.ltd. All rights reserved.
//
// Module name:
// serial.h
//
// Descrip
www.eeworm.com/read/328099/13046547
h serial.h
//////////////////////////////////////////////////////////////////////////////////
// Copyright(c) 2001-2002 Hybus Co,.ltd. All rights reserved.
//
// Module name:
// serial.h
//
// Description:
www.eeworm.com/read/306760/13738168
h xsffuart.h
/******************************************************************************
**
** COPYRIGHT (C) 2000 Intel Corporation
**
** FILENAME: xsffuart.h
**
** PURPOSE: This file defines t