Opacrc

Type Alias Opacrc 

pub type Opacrc = Reg<OpacrcSpec>;
Expand description

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

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

For information about available fields see opacrc module

Aliased Type§

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

Fields§

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