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