gonzui


Format: Advanced Search

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