Mccr0

Type Alias Mccr0 

pub type Mccr0 = Reg<Mccr0Spec>;
Expand description

MCCR0 (rw) register accessor: Master Clock Configuration Register 0

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

For information about available fields see mccr0 module

Aliased Type§

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

Fields§

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