Vccr

Type Alias Vccr 

pub type Vccr = Reg<VccrSpec>;
Expand description

VCCR (rw) register accessor: VLPR Clock Control Register

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

For information about available fields see vccr module

Aliased Type§

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

Fields§

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