Hccr

Type Alias Hccr 

pub type Hccr = Reg<HccrSpec>;
Expand description

HCCR (rw) register accessor: HSRUN Clock Control Register

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

For information about available fields see hccr module

Aliased Type§

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

Fields§

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