Struct nrf52840_pac::saadc::ch::limit::LIMIT_SPEC
source · pub struct LIMIT_SPEC;
Expand description
Trait Implementations§
source§impl Readable for LIMIT_SPEC
impl Readable for LIMIT_SPEC
read()
method returns limit::R reader structure
source§impl RegisterSpec for LIMIT_SPEC
impl RegisterSpec for LIMIT_SPEC
source§impl Resettable for LIMIT_SPEC
impl Resettable for LIMIT_SPEC
reset()
method sets LIMIT to value 0x7fff_8000
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for LIMIT_SPEC
impl RefUnwindSafe for LIMIT_SPEC
impl Send for LIMIT_SPEC
impl Sync for LIMIT_SPEC
impl Unpin for LIMIT_SPEC
impl UnwindSafe for LIMIT_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