Struct stm32_metapac::adc::regs::Adc4Calfact
#[repr(transparent)]pub struct Adc4Calfact(pub u32);
Expand description
ADC Calibration factor.
Tuple Fields§
§0: u32
Implementations§
§impl Adc4Calfact
impl Adc4Calfact
pub fn set_calfact(&mut self, val: u8)
pub fn set_calfact(&mut self, val: u8)
CALFACT.
Trait Implementations§
§impl Clone for Adc4Calfact
impl Clone for Adc4Calfact
§fn clone(&self) -> Adc4Calfact
fn clone(&self) -> Adc4Calfact
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for Adc4Calfact
impl Debug for Adc4Calfact
§impl Default for Adc4Calfact
impl Default for Adc4Calfact
§fn default() -> Adc4Calfact
fn default() -> Adc4Calfact
Returns the “default value” for a type. Read more
§impl PartialEq for Adc4Calfact
impl PartialEq for Adc4Calfact
impl Copy for Adc4Calfact
impl Eq for Adc4Calfact
impl StructuralPartialEq for Adc4Calfact
Auto Trait Implementations§
impl Freeze for Adc4Calfact
impl RefUnwindSafe for Adc4Calfact
impl Send for Adc4Calfact
impl Sync for Adc4Calfact
impl Unpin for Adc4Calfact
impl UnwindSafe for Adc4Calfact
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
)