[][src]Type Definition stm32f3::stm32f303::rtc::CALR

type CALR = Reg<u32, _CALR>;

calibration register

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

For information about available fields see calr module

Trait Implementations

impl Readable for CALR[src]

read() method returns calr::R reader structure

impl ResetValue for CALR[src]

Register CALR reset()'s with value 0

type Type = u32

Register size

impl Writable for CALR[src]

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