TR2

Type Alias TR2 

Source
pub type TR2 = Reg<u32, _TR2>;
Expand description

watchdog threshold register

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

For information about available fields see tr2 module

Aliased Type§

pub struct TR2 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for TR2

Register TR2 reset()’s with value 0x0fff_0000

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for TR2

read() method returns tr2::R reader structure

Source§

impl Writable for TR2

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