R

Type Alias R 

pub type R = Reg<RSpec>;
Expand description

R (r) register accessor: ADC Data Result Registers

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

For information about available fields see r module

Aliased Type§

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

Fields§

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