Opacra

Type Alias Opacra 

pub type Opacra = Reg<OpacraSpec>;
Expand description

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

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

For information about available fields see opacra module

Aliased Type§

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

Fields§

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