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

type INSEL = Reg<u32, _INSEL>;

Input Select. Allows selection of the temperature sensor as an alternate input to ADC channel 0.

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

For information about available fields see insel module

Trait Implementations

impl Readable for INSEL[src]

read() method returns insel::R reader structure

impl ResetValue for INSEL[src]

Register INSEL reset()'s with value 0

type Type = u32

Register size

impl Writable for INSEL[src]

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