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