Pcr3

Type Alias Pcr3 

pub type Pcr3 = Reg<Pcr3Spec>;
Expand description

PCR3 (rw) register accessor: Pin Control Register n

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

For information about available fields see pcr3 module

Aliased Type§

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

Fields§

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