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