pub struct DMAMUX_RGSR_SPEC;Expand description
DMAMux - DMA request generator status register
This register you can read. See API.
For information about available fields see dmamux_rgsr module
Trait Implementations§
Source§impl Readable for DMAMUX_RGSR_SPEC
read() method returns dmamux_rgsr::R reader structure
impl Readable for DMAMUX_RGSR_SPEC
read() method returns dmamux_rgsr::R reader structure
Source§impl RegisterSpec for DMAMUX_RGSR_SPEC
impl RegisterSpec for DMAMUX_RGSR_SPEC
Source§impl Resettable for DMAMUX_RGSR_SPEC
reset() method sets DMAMUX_RGSR to value 0
impl Resettable for DMAMUX_RGSR_SPEC
reset() method sets DMAMUX_RGSR to value 0
Source§fn reset_value() -> <DMAMUX_RGSR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <DMAMUX_RGSR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for DMAMUX_RGSR_SPEC
impl RefUnwindSafe for DMAMUX_RGSR_SPEC
impl Send for DMAMUX_RGSR_SPEC
impl Sync for DMAMUX_RGSR_SPEC
impl Unpin for DMAMUX_RGSR_SPEC
impl UnwindSafe for DMAMUX_RGSR_SPEC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more