gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:startup_clock (0.00 seconds)
mtkernel_3
kernel/sysdepend/iote_m367/hw_setting.c - 3.1KB - 124 lines
80: 
81:         startup_clock(PLL_MODE_6X);
82: 
kernel/sysdepend/iote_rx231/hw_setting.c - 4.0KB - 147 lines
106: 
107:         startup_clock();                       /* Startup CPU Clock */
108: }
kernel/sysdepend/iote_rza2m/hw_setting.c - 4.1KB - 139 lines
79:         /* Startup System Clock (CPG settings) */
80:         startup_clock();
81: 
kernel/sysdepend/iote_stm32l4/hw_setting.c - 4.5KB - 158 lines
108: 
109:         startup_clock(CLKATR_HSE | CLKATR_USE_PLL | CLKATR_LATENCY_4);
110: