Pacrd

Type Alias Pacrd 

pub type Pacrd = Reg<PacrdSpec>;
Expand description

PACRD (rw) register accessor: Peripheral Access Control Register

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

For information about available fields see pacrd module

Aliased Type§

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

Fields§

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