Pcr0

Type Alias Pcr0 

pub type Pcr0 = Reg<Pcr0Spec>;
Expand description

PCR0 (rw) register accessor: Pin Control Register n

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

For information about available fields see pcr0 module

Aliased Type§

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

Fields§

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