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