Der

Type Alias Der 

pub type Der = Reg<DerSpec>;
Expand description

DER (rw) register accessor: DMA Enable Register

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

For information about available fields see der module

Aliased Type§

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

Fields§

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