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