Opacrd

Type Alias Opacrd 

pub type Opacrd = Reg<OpacrdSpec>;
Expand description

OPACRD (rw) register accessor: Off-Platform Peripheral Access Control Register

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

For information about available fields see opacrd module

Aliased Type§

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

Fields§

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