pub type R = Reg<RSpec>;
R (r) register accessor: ADC Data Result Registers
You can read this register and get r::R. See API.
read
r::R
For information about available fields see r module
r
#[repr(transparent)]pub struct R { register: VolatileCell<u32>, _marker: PhantomData<RSpec>, }
register: VolatileCell<u32>
_marker: PhantomData<RSpec>