Search | Google it | Results 1 - 1 of 1 for funcall:TIM_CR1 (0.00 seconds) |
109: /* Timer initialization */ 110: out_h( TIM_CR1(ptmrno), 0); // Stop timer. 111: out_h( TIM_PSC(ptmrno), ptmrcb[ptmrno].psc); // Set prescaler. 126: /* Start Physical Timer */ 127: out_h( TIM_CR1(ptmrno) , TIMxCR1_CEN | ((mode==TA_ALM_PTMR)?TIMxCR1_OPM:0)); // Start Timer. 128: 140: DisableInt( intno_tbl[ptmrno]); 141: out_h( TIM_CR1(ptmrno), 0); // Stop timer. 142: