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