gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:DSP_F3 from tkernel_2/monitor/cmdsvc/src/helpmsg.c (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/helpmsg.c - 9.5KB - 392 lines
53:                S,"(D", S,p1, S,") [start_addr][,{end_addr|#data_cnt}] ");
54:         DSP_F3(S,": Dump Memory in ", S,p2, CH,'\n');
55: }
70: S,"(M", S,p1, S,") [start_addr][,data].. "); 71: DSP_F3(S,": Modify Memory in ", S,p2, CH,'\n'); 72: }
87: S,"(F", S,p1, S,") start_addr,{end_addr|#data_cnt}[,data].. "); 88: DSP_F3(S,": Fill Memory in ", S,p2, CH,'\n'); 89: }
105: S,") start_addr,{end_addr|#data_cnt},data[,data].. "); 106: DSP_F3(S,": Search Memory in ", S,p2, CH,'\n'); 107: }
118: DSP_F5(S,"Input", S,help->msg, S,"(I", S,p, S,") port "); 119: DSP_F3(S,": Input ", S,help->msg, S," from I/O port\n"); 120: }
131: DSP_F5(S,"Output", S,help->msg, S,"(O", S,p, S,") port,data "); 132: DSP_F3(S,": Output ", S,help->msg, S," to I/O port\n"); 133: }