Enum s32k144::sim::chipctl::AdcInterleaveEnW [] [src]

pub enum AdcInterleaveEnW {
    _0000,
    _1xxx,
    X1xx,
    Xx1x,
    Xxx1,
}

Values that can be written to the field ADC_INTERLEAVE_EN

Variants

Interleaving disabled. No channel pair interleaved. Interleaved channels are individually connected to pins. PTC0 is connected to ADC0_SE8. PTC1 is connected to ADC0_SE9. PTB15 is connected to ADC1_SE14. PTB16 is connected to ADC1_SE15. PTB0 is connected to ADC0_SE4. PTB1 is connected to ADC0_SE5. PTB13 is connected to ADC1_SE8. PTB14 is connected to ADC1_SE9.

PTB14 to ADC1_SE9 and ADC0_SE9

PTB13 to ADC1_SE8 and ADC0_SE8

PTB1 to ADC0_SE5 and ADC1_SE15

PTB0 to ADC0_SE4 and ADC1_SE14