[][src]Type Definition atsame51g::ac::CALIB

type CALIB = Reg<u16, _CALIB>;

Calibration

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

For information about available fields see calib module

Trait Implementations

impl Readable for CALIB[src]

read() method returns calib::R reader structure

impl ResetValue for CALIB[src]

Register CALIB reset()'s with value 0x0101

type Type = u16

Raw register type (u8, u16, u32, ...).

impl Writable for CALIB[src]

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