Search | Google it | Results 1 - 1 of 1 for funcall:MemArea from tkernel_2/monitor/driver/flash/src/main.c (0.00 seconds) |
130: /* Flash ROM capacity */ 131: rom = MemArea(MSA_FROM, 1); 132: romsize = rom->end - rom->top; 134: /* RAM area for writing */ 135: ram = MemArea(MSA_OS|MSA_WRK, 1); 136: ramtop = (ram->top + SECMSK) & ~SECMSK;