Struct nrf52840_pac::usbd::epinen::EPINEN_SPEC
source · pub struct EPINEN_SPEC;
Expand description
Trait Implementations§
source§impl Readable for EPINEN_SPEC
impl Readable for EPINEN_SPEC
read()
method returns epinen::R reader structure
source§impl RegisterSpec for EPINEN_SPEC
impl RegisterSpec for EPINEN_SPEC
source§impl Resettable for EPINEN_SPEC
impl Resettable for EPINEN_SPEC
reset()
method sets EPINEN to value 0x01
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for EPINEN_SPEC
impl RefUnwindSafe for EPINEN_SPEC
impl Send for EPINEN_SPEC
impl Sync for EPINEN_SPEC
impl Unpin for EPINEN_SPEC
impl UnwindSafe for EPINEN_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