Searched refs:startup_time (Results 1 – 4 of 4) sorted by relevance
1069 … unsigned int startup_time, /* \arg main osc startup time in microsecond (us) */ in AT91F_CKGR_CfgMainOscStartUpTime() argument1073 pCKGR->CKGR_MOR |= ( ( slowClock * startup_time ) / ( 8 * 1000000 ) ) << 8; in AT91F_CKGR_CfgMainOscStartUpTime()1319 unsigned int startup_time, /* in us */ in AT91F_ADC_CfgTimings() argument1325 startup = adc_clock * startup_time / 8 - 1; in AT91F_ADC_CfgTimings()
1060 … unsigned int startup_time, /* \arg main osc startup time in microsecond (us) */ in AT91F_CKGR_CfgMainOscStartUpTime() argument1064 pCKGR->CKGR_MOR |= ( ( slowClock * startup_time ) / ( 8 * 1000000 ) ) << 8; in AT91F_CKGR_CfgMainOscStartUpTime()