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

type THR1_HIGH = Reg<u32, _THR1_HIGH>;

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

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

For information about available fields see thr1_high module

Trait Implementations

impl Readable for THR1_HIGH[src]

read() method returns thr1_high::R reader structure

impl ResetValue for THR1_HIGH[src]

Register THR1_HIGH reset()'s with value 0

type Type = u32

Register size

impl Writable for THR1_HIGH[src]

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