Struct nrf52840_pac::twim0::shorts::SHORTS_SPEC
source · pub struct SHORTS_SPEC;
Expand description
Trait Implementations§
source§impl Readable for SHORTS_SPEC
impl Readable for SHORTS_SPEC
read()
method returns shorts::R reader structure
source§impl RegisterSpec for SHORTS_SPEC
impl RegisterSpec for SHORTS_SPEC
source§impl Resettable for SHORTS_SPEC
impl Resettable for SHORTS_SPEC
reset()
method sets SHORTS 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 SHORTS_SPEC
impl RefUnwindSafe for SHORTS_SPEC
impl Send for SHORTS_SPEC
impl Sync for SHORTS_SPEC
impl Unpin for SHORTS_SPEC
impl UnwindSafe for SHORTS_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