Sc3

Type Alias Sc3 

pub type Sc3 = Reg<Sc3Spec>;
Expand description

SC3 (rw) register accessor: Status and Control Register 3

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

For information about available fields see sc3 module

Aliased Type§

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

Fields§

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