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