Type Definition stm32f1::stm32f101::rtc::CRL[][src]

type CRL = Reg<u32, _CRL>;

RTC Control Register Low

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

For information about available fields see crl module

Trait Implementations

impl Readable for CRL[src]

read() method returns crl::R reader structure

impl ResetValue for CRL[src]

Register CRL reset()'s with value 0x20

type Type = u32

Register size

impl Writable for CRL[src]

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