Ccr

Type Alias Ccr 

pub type Ccr = Reg<CcrSpec>;
Expand description

CCR (rw) register accessor: Clock Configuration Register

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

For information about available fields see ccr module

Aliased Type§

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

Fields§

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