[][src]Type Definition efm32pg1b_pac::adc0::CAL

type CAL = Reg<u32, _CAL>;

Calibration 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 0x4078_4078

type Type = u32

Register size

impl Writable for CAL[src]

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