Cfg1

Type Alias Cfg1 

pub type Cfg1 = Reg<Cfg1Spec>;
Expand description

CFG1 (rw) register accessor: ADC Configuration Register 1

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

For information about available fields see cfg1 module

Aliased Type§

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

Fields§

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