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