gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:out_b from mtkernel_3/kernel/sysdepend/cpu/core/armv7a/sys_timer.h (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7a/sys_timer.h - 2.8KB - 95 lines
35: 
36:         out_b(OSTM0_TT, 0x01);         /* Stop timer */
37:         out_b(OSTM0_CTL, 0x01);                /* Set Interval timer mode & Interrupt enabled */
38:         out_w(OSTM0_CMP, (UW)cnt);     /* Set compare register */
39:         out_b(OSTM0_TS, 0x01);         /* Start Timer */
40: 
73: { 74: out_b(OSTM0_TT, 0x01); /* Stop Timer */ 75: }