Type Definition stm32f1::stm32f103::rtc::PRLL[][src]

type PRLL = Reg<u32, _PRLL>;

RTC Prescaler Load Register Low

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

For information about available fields see prll module

Trait Implementations

impl ResetValue for PRLL[src]

Register PRLL reset()'s with value 0x8000

type Type = u32

Register size

impl Writable for PRLL[src]

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