Cfgr0

Type Alias Cfgr0 

pub type Cfgr0 = Reg<Cfgr0Spec>;
Expand description

CFGR0 (rw) register accessor: Configuration Register 0

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

For information about available fields see cfgr0 module

Aliased Type§

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

Fields§

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