[][src]Type Definition imxrt1062_adc1::CAL

type CAL = Reg<u32, _CAL>;

Calibration value register

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

For information about available fields see cal module

Trait Implementations

impl Readable for CAL[src]

read() method returns cal::R reader structure

impl ResetValue for CAL[src]

Register CAL reset()'s with value 0

type Type = u32

Register size

impl Writable for CAL[src]

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