Searched refs:startup (Results 1 – 3 of 3) sorted by relevance
68 ; configured in the startup.s file.
1322 unsigned int prescal, startup, shtim; in AT91F_ADC_CfgTimings() local1325 startup = adc_clock * startup_time / 8 - 1; in AT91F_ADC_CfgTimings()1329 …pADC->ADC_MR = ( ( prescal << 8 ) & AT91C_ADC_PRESCAL ) | ( ( startup << 16 ) & AT91C_ADC_STARTUP … in AT91F_ADC_CfgTimings()
2096 + Updated the startup file for the RVDS LPC21xx demo.2676 + Modified the SAM7X/IAR startup code slightly to prevent it hanging on2679 attempting to configure it again in the startup code was causing a2700 + Modified the startup sequence of the SAM7X demo slightly to allow the