代码搜索:ppi 开发教程

找到约 10,000 项符合「ppi 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/177807/9431718

asm config_ppi.asm

/***************************************************************************** ** ** ** Project Name: LCD Colorbar ** ** ** *************************
www.eeworm.com/read/167804/9952112

c ppi_config.c

/******************************************************************************/ // // Name: BF533 EZ-KIT PPI Setup // /***************************************************************************
www.eeworm.com/read/352414/10554772

c start ppi.c

#include "system.h" /********************************************************************************/ /***** StartPPI() *****/ /****************************************************
www.eeworm.com/read/352414/10554790

c init ppi.c

#include "system.h" void InitPPI(bool dir) { if (dir == 0) { // configure PPI + DMA for RX mode *pPPI_CONTROL = (short) 0x0000; //Disable PPI *pDMA0_CONFIG = 0x0000; // Disable DMA
www.eeworm.com/read/272829/10942234

c test_ppi.c

#include "Hardware.h" #include "init.h" #include #include #include #define RESET_LCD *(volatile unsigned short *)0x202000a0 void memcrp(void) { int i
www.eeworm.com/read/272829/10942237

mak test_ppi.mak

# Generated by the VisualDSP++ IDDE # Note: Any changes made to this Makefile will be lost the next time the # matching project file is loaded into the IDDE. If you wish to preserve # changes,
www.eeworm.com/read/272829/10942257

pcf test_ppi.pcf

www.eeworm.com/read/272829/10942265

dpj test_ppi.dpj

www.eeworm.com/read/272829/10942282

ldf test_ppi.ldf

/* MANAGED-BY-SYSTEM-BUILDER */ /* ** ADSP-BF531 linker description file generated on Dec 14, 2007 at 10:32:30. ** ** Copyright (C) 2000-2007 Analog Devices Inc., A
www.eeworm.com/read/395493/6939125

c ppi_config.c

/******************************************************************************/ // // Name: BF533 EZ-KIT PPI Setup // /***************************************************************************