Sr0

Type Alias Sr0 

pub type Sr0 = Reg<Sr0Spec>;
Expand description

SR0 (rw) register accessor: ERM Status Register 0

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

For information about available fields see sr0 module

Aliased Type§

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

Fields§

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