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