gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:TIM_CR1 (0.00 seconds)
mtkernel_3
lib/libtk/sysdepend/cpu/stm32l4/ptimer_stm32l4.c - 6.2KB - 201 lines
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: