Struct efm32gg11b840_pac::adc1::scannegsel::SCANNEGSEL_SPEC
source · [−]pub struct SCANNEGSEL_SPEC;
Expand description
Negative Input Select Register for Scan
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see scannegsel module
Trait Implementations
sourceimpl Readable for SCANNEGSEL_SPEC
impl Readable for SCANNEGSEL_SPEC
read()
method returns scannegsel::R reader structure
sourceimpl RegisterSpec for SCANNEGSEL_SPEC
impl RegisterSpec for SCANNEGSEL_SPEC
sourceimpl Resettable for SCANNEGSEL_SPEC
impl Resettable for SCANNEGSEL_SPEC
reset()
method sets SCANNEGSEL to value 0x39e4
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for SCANNEGSEL_SPEC
impl Writable for SCANNEGSEL_SPEC
write(|w| ..)
method takes scannegsel::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for SCANNEGSEL_SPEC
impl Send for SCANNEGSEL_SPEC
impl Sync for SCANNEGSEL_SPEC
impl Unpin for SCANNEGSEL_SPEC
impl UnwindSafe for SCANNEGSEL_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more