Sc1

Type Alias Sc1 

pub type Sc1 = Reg<Sc1Spec>;
Expand description

SC1 (rw) register accessor: ADC Status and Control Register 1

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

For information about available fields see sc1 module

Aliased Type§

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

Fields§

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