代码搜索:Ext
找到约 10,000 项符合「Ext」的源代码
代码结果 10,000
www.eeworm.com/read/426674/9004828
pjt fircirc_ext.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="Fircirc_ext"
ProjectDir="C:\ti\myprojects\FIRcirc_ext\"
ProjectType=Executable
CPUF
www.eeworm.com/read/426674/9004830
c fircirc_ext.c
//FIRcirc_ext.c C program calling ASM function using circular buffer
#include "bp1750.cof" //BP at 1750 Hz coeff file
int yn = 0; //init filter's output
interr
www.eeworm.com/read/426674/9004831
cmd fircirc_ext.cmd
/*FIRcirc_ext.cmd Linker file for circular buffer in external memory*/
MEMORY
{
VECS: org = 0h, len = 0x220
IRAM: org = 0x00000220, len = 0x0000FDC0
buffer_ex
www.eeworm.com/read/382649/9007354
h resolv_ext.h
/*
* Copyright (C) 1999 WIDE Project.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi
www.eeworm.com/read/283499/9015330
c rtc_ext.c
#include "configLPC.h"
#include "i2c.h"
static uint8 x1226Address = X1226_ADDRESS;
static uint8 x1226LastRegister = X1226_REGISTER_TEMPERATURE;
static uint8 x1226Mode = 0;
static int x1226Rea
www.eeworm.com/read/283499/9015345
h rtc_ext.h
#ifndef RTC_H
#define RTC_H
void getSysTime(DEVICE_TIME *time);
void SetSystemTime(DEVICE_TIME * time);
#endif
www.eeworm.com/read/283403/9022996
h ext_inf.h
unsigned int * EXT_RAM = (unsigned int *) 0x100000;
unsigned int * LED2 = (unsigned int *) 0x4028;
#define LED1_ON GpioDataRegs.GPFDAT.bit.GPIOF14=1
#define LED1_OFF GpioDataRegs.GPFDAT
www.eeworm.com/read/283403/9023128
h ext_inf.h
unsigned int * EXT_RAM = (unsigned int *) 0x100000;
unsigned int * LED2 = (unsigned int *) 0x4028;
#define LED1_ON GpioDataRegs.GPFDAT.bit.GPIOF14=1
#define LED1_OFF GpioDataRegs.GPFDAT
www.eeworm.com/read/283278/9031475
ext_int0
www.eeworm.com/read/382325/9035952