Struct stm32_eth::stm32::ethernet_dma::dmasr::DMASR_SPEC
source · pub struct DMASR_SPEC;
Expand description
Trait Implementations§
source§impl Readable for DMASR_SPEC
impl Readable for DMASR_SPEC
read()
method returns dmasr::R reader structure
source§impl RegisterSpec for DMASR_SPEC
impl RegisterSpec for DMASR_SPEC
source§impl Resettable for DMASR_SPEC
impl Resettable for DMASR_SPEC
reset()
method sets DMASR to value 0
source§fn reset_value() -> <DMASR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <DMASR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for DMASR_SPEC
impl RefUnwindSafe for DMASR_SPEC
impl Send for DMASR_SPEC
impl Sync for DMASR_SPEC
impl Unpin for DMASR_SPEC
impl UnwindSafe for DMASR_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