Actlr

Type Alias Actlr 

pub type Actlr = Reg<ActlrSpec>;
Expand description

ACTLR (rw) register accessor: Auxiliary Control Register,

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

For information about available fields see actlr module

Aliased Type§

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

Fields§

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