pub struct RDATA12Rrs;
Expand description
SDADC1 and SDADC2 regular data register
You can read
this register and get rdata12r::R
. See API.
See register structure
Trait Implementations§
Source§impl RegisterSpec for RDATA12Rrs
impl RegisterSpec for RDATA12Rrs
Source§impl Resettable for RDATA12Rrs
reset()
method sets RDATA12R to value 0
impl Resettable for RDATA12Rrs
reset()
method sets RDATA12R 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 RDATA12Rrs
read()
method returns rdata12r::R
reader structure
Auto Trait Implementations§
impl Freeze for RDATA12Rrs
impl RefUnwindSafe for RDATA12Rrs
impl Send for RDATA12Rrs
impl Sync for RDATA12Rrs
impl Unpin for RDATA12Rrs
impl UnwindSafe for RDATA12Rrs
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