[][src]Type Definition lpc54606_pac::adc0::CHAN_THRSEL

type CHAN_THRSEL = Reg<u32, _CHAN_THRSEL>;

ADC Channel-Threshold Select register. Specifies which set of threshold compare registers are to be used for each channel

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see chan_thrsel module

Trait Implementations

impl Readable for CHAN_THRSEL[src]

read() method returns chan_thrsel::R reader structure

impl ResetValue for CHAN_THRSEL[src]

Register CHAN_THRSEL reset()'s with value 0

type Type = u32

Register size

impl Writable for CHAN_THRSEL[src]

write(|w| ..) method takes chan_thrsel::W writer structure