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