Struct 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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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