Home
last modified time | relevance | path

Searched refs:prescal (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
Dlib_AT91SAM7S64.h1322 unsigned int prescal, startup, shtim; in AT91F_ADC_CfgTimings() local
1324 prescal = mck_clock / ( 2 * adc_clock ) - 1; in AT91F_ADC_CfgTimings()
1329 …pADC->ADC_MR = ( ( prescal << 8 ) & AT91C_ADC_PRESCAL ) | ( ( startup << 16 ) & AT91C_ADC_STARTUP … in AT91F_ADC_CfgTimings()