- mtkernel_3
- kernel/sysdepend/cpu/stm32l4/cpu_clock.c - 3.8KB - 107 lines
62:
63: out_w(RCC_PLLCFGR, (RCC_PLLCFGR_INIT & ~RCC_PLLCFGR_PLLSRC) | pll_src); // Set PLL
64:
- More results from cpu_clock.c
- kernel/sysdepend/iote_rx231/hw_setting.c - 4.0KB - 147 lines
89: for(p = mstop_tbl; p->addr != 0; p++) {
90: out_w(p->addr, p->data);
91: }
- lib/libtk/sysdepend/cpu/core/armv7a/int_armv7a.c - 4.8KB - 205 lines
75:
76: out_w(GICC_PMR, (UW)level);
77: dummy = in_w(GICC_PMR);
- More results from int_armv7a.c
- lib/libtk/sysdepend/cpu/rza2m/ptimer_rza2m.c - 4.8KB - 179 lines
96: out_b( OSTMn_TT(ptmrno), 1); // Stop timer.
97: out_w( OSTMn_CMP(ptmrno), limit); // Set the counter upper limit.
98:
- lib/libtk/sysdepend/cpu/stm32l4/ptimer_stm32l4.c - 6.2KB - 201 lines
111: out_h( TIM_PSC(ptmrno), ptmrcb[ptmrno].psc); // Set prescaler.
112: out_w( TIM_ARR(ptmrno), limit); // Set the counter upper limit.
113:
- lib/libtk/sysdepend/cpu/tx03_m367/ptimer_m367.c - 7.5KB - 236 lines
67: DisableInt( intno);
68: out_w( TMRB_TBxEN, TBxEN_TBEN ); // Timer module disabled.
69: }
- More results from ptimer_m367.c