Pcr2

Type Alias Pcr2 

pub type Pcr2 = Reg<Pcr2Spec>;
Expand description

PCR2 (rw) register accessor: Pin Control Register n

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

For information about available fields see pcr2 module

Aliased Type§

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

Fields§

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