Erq

Type Alias Erq 

pub type Erq = Reg<ErqSpec>;
Expand description

ERQ (rw) register accessor: Enable Request Register

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

For information about available fields see erq module

Aliased Type§

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

Fields§

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