Pacrc

Type Alias Pacrc 

pub type Pacrc = Reg<PacrcSpec>;
Expand description

PACRC (r) register accessor: Peripheral Access Control Register

You can read this register and get pacrc::R. See API.

For information about available fields see pacrc module

Aliased Type§

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

Fields§

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