Skip to content
Snippets Groups Projects

Reduce foot print of cycle1 -> cycle2 dma size change for fast adcs.

Merged Erik von Reis requested to merge erik.vonreis/advligorts:nicer_dma_switch into master
2 files
+ 12
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -443,7 +443,7 @@ iop_adc_read( adcInfo_t* adcinfo, int cpuClk[] )
*packedData = DUMMY_ADC_VAL;
if ( first_adc_read )
{
plx9056_adc_dma_setup(card,
plx9056_adc_dma_set_size(card,
cdsPciModules.adcChannels[ card ] * UNDERSAMPLE * 4 );
}
plx9056_adc_dma_start( card );
Loading