pub type G = Reg<GSpec>;
G (rw) register accessor: ADC Gain Register
You can read this register and get g::R. You can reset, write, write_with_zero this register using g::W. You can also modify this register. See API.
read
g::R
reset
write
write_with_zero
g::W
modify
For information about available fields see g module
g
#[repr(transparent)]pub struct G { register: VolatileCell<u32>, _marker: PhantomData<GSpec>, }
register: VolatileCell<u32>
_marker: PhantomData<GSpec>