Struct nrf52840_pac::usbd::eventcause::EVENTCAUSE_SPEC
source · pub struct EVENTCAUSE_SPEC;
Expand description
Details on what caused the USBEVENT event
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see eventcause module
Trait Implementations§
source§impl Readable for EVENTCAUSE_SPEC
impl Readable for EVENTCAUSE_SPEC
read()
method returns eventcause::R reader structure
source§impl RegisterSpec for EVENTCAUSE_SPEC
impl RegisterSpec for EVENTCAUSE_SPEC
source§impl Resettable for EVENTCAUSE_SPEC
impl Resettable for EVENTCAUSE_SPEC
reset()
method sets EVENTCAUSE to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for EVENTCAUSE_SPEC
impl Writable for EVENTCAUSE_SPEC
write(|w| ..)
method takes eventcause::W writer structure
Auto Trait Implementations§
impl Freeze for EVENTCAUSE_SPEC
impl RefUnwindSafe for EVENTCAUSE_SPEC
impl Send for EVENTCAUSE_SPEC
impl Sync for EVENTCAUSE_SPEC
impl Unpin for EVENTCAUSE_SPEC
impl UnwindSafe for EVENTCAUSE_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