Struct Adc4Cfgr2
#[repr(transparent)]pub struct Adc4Cfgr2(pub u32);Expand description
Configuration register 2
Tuple Fields§
§0: u32Implementations§
§impl Adc4Cfgr2
impl Adc4Cfgr2
pub const fn ovss(&self) -> u8
pub const fn ovss(&self) -> u8
Oversampling shift (number of bits to right-shift the accumulated result)
pub const fn set_ovss(&mut self, val: u8)
pub const fn set_ovss(&mut self, val: u8)
Oversampling shift (number of bits to right-shift the accumulated result)
pub const fn tovs(&self) -> bool
pub const fn tovs(&self) -> bool
Triggered oversampling (0: all oversampled conversions are run after a single trigger, 1: each oversampled conversion needs a trigger)
pub const fn set_tovs(&mut self, val: bool)
pub const fn set_tovs(&mut self, val: bool)
Triggered oversampling (0: all oversampled conversions are run after a single trigger, 1: each oversampled conversion needs a trigger)
pub const fn set_lftrig(&mut self, val: bool)
pub const fn set_lftrig(&mut self, val: bool)
Low frequency trigger mode enable
Trait Implementations§
impl Copy for Adc4Cfgr2
impl Eq for Adc4Cfgr2
impl StructuralPartialEq for Adc4Cfgr2
Auto Trait Implementations§
impl Freeze for Adc4Cfgr2
impl RefUnwindSafe for Adc4Cfgr2
impl Send for Adc4Cfgr2
impl Sync for Adc4Cfgr2
impl Unpin for Adc4Cfgr2
impl UnsafeUnpin for Adc4Cfgr2
impl UnwindSafe for Adc4Cfgr2
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