[][src]Type Definition stm32f1::stm32f107::rtc::CNTL

type CNTL = Reg<u32, _CNTL>;

RTC Counter Register Low

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

For information about available fields see cntl module

Trait Implementations

impl Readable for CNTL[src]

read() method returns cntl::R reader structure

impl ResetValue for CNTL[src]

Register CNTL reset()'s with value 0

type Type = u32

Register size

impl Writable for CNTL[src]

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