pub struct RDATA13Rrs;
Expand description
SDADC1 and SDADC3 regular data register
You can read
this register and get rdata13r::R
. See API.
See register structure
Trait Implementations§
Source§impl RegisterSpec for RDATA13Rrs
impl RegisterSpec for RDATA13Rrs
Source§impl Resettable for RDATA13Rrs
reset()
method sets RDATA13R to value 0
impl Resettable for RDATA13Rrs
reset()
method sets RDATA13R to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RDATA13Rrs
read()
method returns rdata13r::R
reader structure
Auto Trait Implementations§
impl Freeze for RDATA13Rrs
impl RefUnwindSafe for RDATA13Rrs
impl Send for RDATA13Rrs
impl Sync for RDATA13Rrs
impl Unpin for RDATA13Rrs
impl UnwindSafe for RDATA13Rrs
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