Ra

Type Alias Ra 

pub type Ra = Reg<RaSpec>;
Expand description

RA (r) register accessor: ADC Data Result Registers

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

For information about available fields see ra module

Aliased Type§

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

Fields§

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