Cs

Type Alias Cs 

pub type Cs = Reg<CsSpec>;
Expand description

CS (rw) register accessor: Watchdog Control and Status Register

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

For information about available fields see cs module

Aliased Type§

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

Fields§

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