gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:DSP_F5 (0.00 seconds)
tkernel_2
monitor/include/tmonitor.h - 12.5KB - 395 lines
52:         {DSP_##f0(a0); DSP_##f1(a1); DSP_##f2(a2); DSP_##f3(a3);}
53: #define DSP_F5(f0, a0, f1, a1, f2, a2, f3, a3, f4, a4)  \
54:         {DSP_##f0(a0); DSP_##f1(a1); DSP_##f2(a2); DSP_##f3(a3); DSP_##f4(a4);}