Mcr

Type Alias Mcr 

pub type Mcr = Reg<McrSpec>;
Expand description

MCR (rw) register accessor: Master Control Register

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

For information about available fields see mcr module

Aliased Type§

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

Fields§

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