[][src]Type Definition stm32f1::stm32f103::bkp::RTCCR

type RTCCR = Reg<u32, _RTCCR>;

RTC clock calibration register (BKP_RTCCR)

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

For information about available fields see rtccr module

Trait Implementations

impl Readable for RTCCR[src]

read() method returns rtccr::R reader structure

impl ResetValue for RTCCR[src]

Register RTCCR reset()'s with value 0

type Type = u32

Register size

impl Writable for RTCCR[src]

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