Dfwr

Type Alias Dfwr 

pub type Dfwr = Reg<DfwrSpec>;
Expand description

DFWR (rw) register accessor: Digital Filter Width Register

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

For information about available fields see dfwr module

Aliased Type§

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

Fields§

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