代码搜索:Peripheral
找到约 9,211 项符合「Peripheral」的源代码
代码结果 9,211
www.eeworm.com/read/332511/3397186
opt testapp_peripheral_compiler.opt
microblaze_0
TESTAPP_PERIPHERAL_SOURCES = TestApp_Peripheral/src/TestApp_Peripheral.c TestApp_Peripheral/src/xuartlite_selftest_example.c
TESTAPP_PERIPHERAL_HEADERS =
TESTAPP_PERIPHERAL_CC = mb-g
www.eeworm.com/read/318730/3565254
opt testapp_peripheral_compiler.opt
microblaze_0
TESTAPP_PERIPHERAL_SOURCES = TestApp_Peripheral/src/TestApp_Peripheral.c TestApp_Peripheral/src/xuartlite_selftest_example.c
TESTAPP_PERIPHERAL_HEADERS =
TESTAPP_PERIPHERAL_CC = mb-g
www.eeworm.com/read/314427/3634149
opt testapp_peripheral_compiler.opt
microblaze_0
TESTAPP_PERIPHERAL_SOURCES = TestApp_Peripheral/src/TestApp_Peripheral.c TestApp_Peripheral/src/xuartlite_selftest_example.c
TESTAPP_PERIPHERAL_HEADERS =
TESTAPP_PERIPHERAL_CC = mb-g
www.eeworm.com/read/293960/3925634
h fotg200_peripheral.h
#ifndef __FOTG200_Peripheral_M_H
#define __FOTG200_Peripheral_M_H
#include "symbol.h"
// #define code
// #define bdata
// #define xdata
//#define IRQ_FOTG200 40 //27
//========== 1.Define D
www.eeworm.com/read/436018/1855853
opt testapp_peripheral_compiler.opt
ppc405_0
TESTAPP_PERIPHERAL_SOURCES = /cygdrive/c/E/Dev/FreeRTOS/WorkingCopy2/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/TestApp_Peripheral/src/TestApp_Peripheral.c /cygdrive/c/E/Dev/FreeRTOS/WorkingCopy2/De
www.eeworm.com/read/436018/1857476
opt testapp_peripheral_compiler.opt
microblaze_0
TESTAPP_PERIPHERAL_SOURCES = TestApp_Peripheral/src/TestApp_Peripheral.c TestApp_Peripheral/src/xuartlite_selftest_example.c
TESTAPP_PERIPHERAL_HEADERS =
TESTAPP_PERIPHERAL_CC = mb-g
www.eeworm.com/read/436018/1857557
opt testapp_peripheral_compiler.opt
ppc405_0
TESTAPP_PERIPHERAL_SOURCES = /cygdrive/c/E/Dev/FreeRTOS/WorkingCopy2/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/TestApp_Peripheral/src/TestApp_Peripheral.c /cygdrive/c/E/Dev/FreeRTOS/WorkingCopy2/De
www.eeworm.com/read/416796/2108060
c peripheral_test_memory.c
#include "peripheral_test.h"
#include "excalibur.h"
// Prototypes
int test(char *memLow, char *memHigh, int start);
// Meat
#define wrap 1025 // doesn't divide into power of 2, so a
www.eeworm.com/read/416796/2108061
c peripheral_test_uart.c
#include "peripheral_test.h"
#include "excalibur.h"
void DoUARTMenu(void)
{
char c;
menu:
MenuBegin("UART Menu");
MenuEntry('a',"Send Lots");
MenuEntry('b',"Receive Chars");
Men
www.eeworm.com/read/416796/2108062
c peripheral_test_timer.c
#include "peripheral_test.h"
#include "excalibur.h"
#ifdef na_timer1
// Prototypes
void DoEnableTimerInterrupt(void);
void DoDisableTimerInterrupt(void);
// Meat
void DoTimerMenu(vo