gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ClockDrv from tkernel_2/kernel/sysmain/src/usermain.c (0.00 seconds)
tkernel_2
kernel/sysmain/src/usermain.c - 5.0KB - 188 lines
137: #ifdef DRV_CLOCK
138:         ercd = ClockDrv(0, NULL);
139:         tm_putstring(ercd >= E_OK ? "ClockDrv - OK\n" : "ClockDrv - ERR\n");
180: #ifdef DRV_CLOCK 181: ClockDrv(-1, NULL); 182: #endif