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

type THR0_HIGH = Reg<u32, _THR0_HIGH>;

ADC High Compare Threshold register 0: Contains the upper threshold level for automatic threshold comparison for any channels linked to threshold pair 0.

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

For information about available fields see thr0_high module

Trait Implementations

impl Readable for THR0_HIGH[src]

read() method returns thr0_high::R reader structure

impl ResetValue for THR0_HIGH[src]

Register THR0_HIGH reset()'s with value 0

type Type = u32

Register size

impl Writable for THR0_HIGH[src]

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