Struct stm32_metapac::adccommon::regs::Cdr
#[repr(transparent)]pub struct Cdr(pub u32);
Expand description
ADC common regular data register for dual and triple modes
Tuple Fields§
§0: u32
Implementations§
§impl Cdr
impl Cdr
pub fn set_rdata_mst(&mut self, val: u16)
pub fn set_rdata_mst(&mut self, val: u16)
Regular data of the master ADC
pub fn set_rdata_slv(&mut self, val: u16)
pub fn set_rdata_slv(&mut self, val: u16)
Regular data of the slave ADC
Trait Implementations§
impl Copy for Cdr
impl Eq for Cdr
impl StructuralPartialEq for Cdr
Auto Trait Implementations§
impl Freeze for Cdr
impl RefUnwindSafe for Cdr
impl Send for Cdr
impl Sync for Cdr
impl Unpin for Cdr
impl UnwindSafe for Cdr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)