AR

Type Alias AR 

pub type AR = Reg<ARSpec>;
Expand description

aR (r) register accessor: ADC Data Result Registers (alias)

You can read this register and get a_r::R. See API.

For information about available fields see a_r module

Aliased Type§

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

Fields§

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