Pcr4

Type Alias Pcr4 

pub type Pcr4 = Reg<Pcr4Spec>;
Expand description

PCR4 (rw) register accessor: Pin Control Register n

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

For information about available fields see pcr4 module

Aliased Type§

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

Fields§

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