Pacra

Type Alias Pacra 

pub type Pacra = Reg<PacraSpec>;
Expand description

PACRA (rw) register accessor: Peripheral Access Control Register

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

For information about available fields see pacra module

Aliased Type§

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

Fields§

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