Sc

Type Alias Sc 

pub type Sc = Reg<ScSpec>;
Expand description

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.

For information about available fields see sc module

Aliased Type§

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

Fields§

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