Dmr0

Type Alias Dmr0 

pub type Dmr0 = Reg<Dmr0Spec>;
Expand description

DMR0 (rw) register accessor: Data Match Register 0

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

For information about available fields see dmr0 module

Aliased Type§

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

Fields§

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