gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ClockDrv from t2ex/t2ex_source/kernel/sysmain/src/usermain_t2ex.c (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/usermain_t2ex.c - 6.0KB - 191 lines
98: #ifdef DRV_CLOCK
99:         err = ClockDrv(0, NULL);
100:         tm_putstring(err >= E_OK ? "ClockDrv - OK\n" : "ClockDrv - ERR\n");
182: #ifdef DRV_CLOCK 183: ClockDrv(-1, NULL); 184: #endif