Cfg2

Type Alias Cfg2 

pub type Cfg2 = Reg<Cfg2Spec>;
Expand description

CFG2 (rw) register accessor: ADC Configuration Register 2

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

For information about available fields see cfg2 module

Aliased Type§

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

Fields§

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