Win

Type Alias Win 

pub type Win = Reg<WinSpec>;
Expand description

WIN (rw) register accessor: Watchdog Window Register

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

For information about available fields see win module

Aliased Type§

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

Fields§

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