Struct nrf52840_pac::spim0::stallstat::STALLSTAT_SPEC
source · pub struct STALLSTAT_SPEC;
Expand description
Stall status for EasyDMA RAM accesses. The fields in this register is set to STALL by hardware whenever a stall occurres and can be cleared (set to NOSTALL) by the CPU.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see stallstat module
Trait Implementations§
source§impl Readable for STALLSTAT_SPEC
impl Readable for STALLSTAT_SPEC
read()
method returns stallstat::R reader structure
source§impl RegisterSpec for STALLSTAT_SPEC
impl RegisterSpec for STALLSTAT_SPEC
source§impl Resettable for STALLSTAT_SPEC
impl Resettable for STALLSTAT_SPEC
reset()
method sets STALLSTAT to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for STALLSTAT_SPEC
impl Writable for STALLSTAT_SPEC
write(|w| ..)
method takes stallstat::W writer structure
Auto Trait Implementations§
impl Freeze for STALLSTAT_SPEC
impl RefUnwindSafe for STALLSTAT_SPEC
impl Send for STALLSTAT_SPEC
impl Sync for STALLSTAT_SPEC
impl Unpin for STALLSTAT_SPEC
impl UnwindSafe for STALLSTAT_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