gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:out_h from mtkernel_3/lib/libtk/sysdepend/cpu/rx231/ptimer_rx231.c (0.00 seconds)
mtkernel_3
lib/libtk/sysdepend/cpu/rx231/ptimer_rx231.c - 6.3KB - 219 lines
61:                 DisableInt( intno);
62:                 out_h(TMR_TCCR, 0);                   // Timer Stop
63:         }
93: /* Timer initialization */ 94: out_h(TMR_TCCR, 0); // Timer Stop 95: out_h(TMR_TCNT, 0); // Counter Clear 96: 97: if( limit != PTMR_MAX_CNT ) { 98: out_h(TMR_TCOR, limit); // Set Compare match register 99: out_b(TMR_TCR, TCR_CMIEA | TCR_CCLR_CMA); // Enable CMIAn
115: /* Start Physical Timer */ 116: out_h(TMR_TCCR, TCCR_CSS_16BIT | (p_cb->clock)<<8); // 16bit mode & Clock set 117:
131: DisableInt( p_cb->intno); 132: out_h(TMR_TCCR, 0); // Timer Stop 133: