Sc1a

Type Alias Sc1a 

pub type Sc1a = Reg<Sc1aSpec>;
Expand description

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

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

For information about available fields see sc1a module

Aliased Type§

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

Fields§

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