gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:getDSCR (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/armv6/break.c - 19.0KB - 560 lines
114: {
115:         return getDSCR() & 0x00008000;
116: }
123: 124: dscr = getDSCR(); 125: dscr |= 0x00008000; // monitor debug mode on
136: { 137: setDSCR(getDSCR() & ~0x00008000); 138: return;