pub type Cs = Reg<CsSpec>;
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.
read
cs::R
reset
write
write_with_zero
cs::W
modify
For information about available fields see cs module
cs
#[repr(transparent)]pub struct Cs { register: VolatileCell<u32>, _marker: PhantomData<CsSpec>, }
register: VolatileCell<u32>
_marker: PhantomData<CsSpec>