Ug

Type Alias Ug 

pub type Ug = Reg<UgSpec>;
Expand description

UG (rw) register accessor: ADC User Gain Register

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

For information about available fields see ug module

Aliased Type§

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

Fields§

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