Toval

Type Alias Toval 

pub type Toval = Reg<TovalSpec>;
Expand description

TOVAL (rw) register accessor: Watchdog Timeout Value Register

You can read this register and get toval::R. You can reset, write, write_with_zero this register using toval::W. You can also modify this register. See API.

For information about available fields see toval module

Aliased Type§

#[repr(transparent)]
pub struct Toval { register: VolatileCell<u32>, _marker: PhantomData<TovalSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<TovalSpec>