代码搜索:Ext

找到约 10,000 项符合「Ext」的源代码

代码结果 10,000
www.eeworm.com/read/142451/12944412

c ext2.c

/********************************************************************************************************* ** Small RTOS(51) ** Th
www.eeworm.com/read/142451/12944448

c ext3.c

/********************************************************************************************************* ** Small RTOS(51) ** Th
www.eeworm.com/read/243236/12953637

c ext1.c

/********************************************************************************************************* ** Small RTOS(51) ** Th
www.eeworm.com/read/243236/12953773

c ext2.c

/********************************************************************************************************* ** Small RTOS(51) ** Th
www.eeworm.com/read/243236/12953782

c ext3.c

/********************************************************************************************************* ** Small RTOS(51) ** Th
www.eeworm.com/read/329397/12956073

h ext_inf.h

#define SetData GpioDataRegs.GPFDAT.bit.GPIOF0 = 1 #define ClrData GpioDataRegs.GPFDAT.bit.GPIOF0 = 0 #define SetClk GpioDataRegs.GPFDAT.bit.GPIOF2 = 1 #define ClrClk GpioDataRegs.GPFDAT.
www.eeworm.com/read/243168/12957515

asm fircircfunc_ext.asm

;FIRcircfunc_ext.asm Function using circular buffer in external memory ;A4=newest sample, B4=coefficient address, A6=filter order ;Delay samples organized: x[n-(N-1)]...x[n]; coeff as h(0)...h[N-1
www.eeworm.com/read/243168/12957521

out fircirc_ext.out

www.eeworm.com/read/243168/12957524

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/243168/12957527

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