Struct efm32g200_pac::adc0::singledata::SINGLEDATA_SPEC
source · [−]pub struct SINGLEDATA_SPEC;
Expand description
Single Conversion Result Data
This register you can read
. See API.
For information about available fields see singledata module
One or more dependent resources other than the current register are immediately affected by a read operation.
Trait Implementations
sourceimpl Readable for SINGLEDATA_SPEC
impl Readable for SINGLEDATA_SPEC
read()
method returns singledata::R reader structure
sourceimpl RegisterSpec for SINGLEDATA_SPEC
impl RegisterSpec for SINGLEDATA_SPEC
sourceimpl Resettable for SINGLEDATA_SPEC
impl Resettable for SINGLEDATA_SPEC
reset()
method sets SINGLEDATA to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for SINGLEDATA_SPEC
impl Send for SINGLEDATA_SPEC
impl Sync for SINGLEDATA_SPEC
impl Unpin for SINGLEDATA_SPEC
impl UnwindSafe for SINGLEDATA_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