pub type Ug = Reg<UgSpec>;
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.
read
ug::R
reset
write
write_with_zero
ug::W
modify
For information about available fields see ug module
ug
#[repr(transparent)]pub struct Ug { register: VolatileCell<u32>, _marker: PhantomData<UgSpec>, }
register: VolatileCell<u32>
_marker: PhantomData<UgSpec>