Type Definition atsam4s2b_pac::pmc::PMC_OCR[][src]

type PMC_OCR = Reg<u32, _PMC_OCR>;

Oscillator Calibration Register

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

For information about available fields see pmc_ocr module

Trait Implementations

impl Readable for PMC_OCR[src]

read() method returns pmc_ocr::R reader structure

impl ResetValue for PMC_OCR[src]

Register PMC_OCR reset()’s with value 0x0040_4040

type Type = u32

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

impl Writable for PMC_OCR[src]

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