Type Definition atsame70n20b_pac::pmc::OCR[][src]

type OCR = Reg<u32, _OCR>;

Oscillator Calibration Register

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

For information about available fields see ocr module

Trait Implementations

impl Readable for OCR[src]

read() method returns ocr::R reader structure

impl ResetValue for OCR[src]

Register OCR reset()’s with value 0

type Type = u32

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

impl Writable for OCR[src]

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