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