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§
Source§impl Readable for SINGLEDATA_SPEC
read() method returns singledata::R reader structure
impl Readable for SINGLEDATA_SPEC
read() method returns singledata::R reader structure
Source§impl RegisterSpec for SINGLEDATA_SPEC
impl RegisterSpec for SINGLEDATA_SPEC
Source§impl Resettable for SINGLEDATA_SPEC
reset() method sets SINGLEDATA to value 0
impl Resettable for SINGLEDATA_SPEC
reset() method sets SINGLEDATA 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 SINGLEDATA_SPEC
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§
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