Pcr5

Type Alias Pcr5 

pub type Pcr5 = Reg<Pcr5Spec>;
Expand description

PCR5 (rw) register accessor: Pin Control Register n

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

For information about available fields see pcr5 module

Aliased Type§

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

Fields§

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