gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:DSP_F5 from tkernel_2/monitor/cmdsvc/src/helpmsg.c (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/helpmsg.c - 9.5KB - 392 lines
51:         p2++;
52:         DSP_F5(S,"Dump", S,help->msg,
53:                S,"(D", S,p1, S,") [start_addr][,{end_addr|#data_cnt}] ");
68: p2++; 69: DSP_F5(S,"Modify", S,help->msg, 70: S,"(M", S,p1, S,") [start_addr][,data].. ");
85: p2++; 86: DSP_F5(S,"Fill", S,help->msg, 87: S,"(F", S,p1, S,") start_addr,{end_addr|#data_cnt}[,data].. ");
102: p2++; 103: DSP_F5(S,"Search", S,help->msg, 104: S,"(SC", S,p1,
117: p++; 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");
130: p++; 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");
176: DSP_S(help->msg); 177: DSP_F5(S," rom_addr : 0x", 08X,rom->top, 178: S," - 0x", 08X,(rom->end-FROM_SECSZ), CH,'\n'); 179: DSP_F5(S," data_ram_addr : 0x", 08X,ram_top, 180: S," - 0x", 08X,(ram->end-FROM_SECSZ), CH,'\n'); 181: DSP_F5(S," block_count : 1 - ", D,(sz / FROM_SECSZ), 182: S," (1 block = ", D,(FROM_SECSZ / 1024), S,"KB)\n");