Dmr1

Type Alias Dmr1 

pub type Dmr1 = Reg<Dmr1Spec>;
Expand description

DMR1 (rw) register accessor: Data Match Register 1

You can read this register and get dmr1::R. You can reset, write, write_with_zero this register using dmr1::W. You can also modify this register. See API.

For information about available fields see dmr1 module

Aliased Type§

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

Fields§

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