Struct nrf52840_pac::usbd::isoinconfig::ISOINCONFIG_SPEC
source · pub struct ISOINCONFIG_SPEC;
Expand description
Controls the response of the ISO IN endpoint to an IN token when no data is ready to be sent
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see isoinconfig module
Trait Implementations§
source§impl Readable for ISOINCONFIG_SPEC
impl Readable for ISOINCONFIG_SPEC
read()
method returns isoinconfig::R reader structure
source§impl RegisterSpec for ISOINCONFIG_SPEC
impl RegisterSpec for ISOINCONFIG_SPEC
source§impl Resettable for ISOINCONFIG_SPEC
impl Resettable for ISOINCONFIG_SPEC
reset()
method sets ISOINCONFIG to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for ISOINCONFIG_SPEC
impl Writable for ISOINCONFIG_SPEC
write(|w| ..)
method takes isoinconfig::W writer structure
Auto Trait Implementations§
impl Freeze for ISOINCONFIG_SPEC
impl RefUnwindSafe for ISOINCONFIG_SPEC
impl Send for ISOINCONFIG_SPEC
impl Sync for ISOINCONFIG_SPEC
impl Unpin for ISOINCONFIG_SPEC
impl UnwindSafe for ISOINCONFIG_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