pub type Sr = Reg<SrSpec>;
SR (rw) register accessor: Status Register
You can read this register and get sr::R. You can reset, write, write_with_zero this register using sr::W. You can also modify this register. See API.
read
sr::R
reset
write
write_with_zero
sr::W
modify
For information about available fields see sr module
sr
#[repr(transparent)]pub struct Sr { register: VolatileCell<u32>, _marker: PhantomData<SrSpec>, }
register: VolatileCell<u32>
_marker: PhantomData<SrSpec>