Dfcr

Type Alias Dfcr 

pub type Dfcr = Reg<DfcrSpec>;
Expand description

DFCR (rw) register accessor: Digital Filter Clock Register

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

For information about available fields see dfcr module

Aliased Type§

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

Fields§

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