[][src]Type Definition stm32f3::stm32f373::rtc::WUTR

type WUTR = Reg<u32, _WUTR>;

wakeup timer register

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

For information about available fields see wutr module

Trait Implementations

impl Readable for WUTR[src]

read() method returns wutr::R reader structure

impl ResetValue for WUTR[src]

Register WUTR reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for WUTR[src]

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