Pacrb

Type Alias Pacrb 

pub type Pacrb = Reg<PacrbSpec>;
Expand description

PACRB (rw) register accessor: Peripheral Access Control Register

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

For information about available fields see pacrb module

Aliased Type§

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

Fields§

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