Sc2

Type Alias Sc2 

pub type Sc2 = Reg<Sc2Spec>;
Expand description

SC2 (rw) register accessor: Status and Control Register 2

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

For information about available fields see sc2 module

Aliased Type§

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

Fields§

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