Hcr

Type Alias Hcr 

pub type Hcr = Reg<HcrSpec>;
Expand description

HCR (rw) register accessor: Half Cycle Register

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

For information about available fields see hcr module

Aliased Type§

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

Fields§

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