gonzui


Format: Advanced Search

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