Type Alias WUTR

Source
pub type WUTR = Reg<u32, _WUTR>;
Expand description

wakeup timer register

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

For information about available fields see wutr module

Aliased Type§

pub struct WUTR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for WUTR

Register WUTR reset()’s with value 0xffff

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for WUTR

read() method returns wutr::R reader structure

Source§

impl Writable for WUTR

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