Cfgr1

Type Alias Cfgr1 

pub type Cfgr1 = Reg<Cfgr1Spec>;
Expand description

CFGR1 (rw) register accessor: Configuration Register 1

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

For information about available fields see cfgr1 module

Aliased Type§

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

Fields§

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