[][src]Type Definition stm32f4::stm32f413::rtc::CALIBR

type CALIBR = Reg<u32, _CALIBR>;

calibration register

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

For information about available fields see calibr module

Trait Implementations

impl Readable for CALIBR[src]

read() method returns calibr::R reader structure

impl ResetValue for CALIBR[src]

Register CALIBR reset()'s with value 0

type Type = u32

Register size

impl Writable for CALIBR[src]

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