gonzui


Format: Advanced Search

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