Struct VrefintcalData
#[repr(transparent)]pub struct VrefintcalData(pub u32);Expand description
Factory calibration
Tuple Fields§
§0: u32Implementations§
§impl VrefintcalData
impl VrefintcalData
pub const fn vrefint_cal(&self) -> u16
pub const fn vrefint_cal(&self) -> u16
VREFINT calibration value
pub fn set_vrefint_cal(&mut self, val: u16)
pub fn set_vrefint_cal(&mut self, val: u16)
VREFINT calibration value
Trait Implementations§
§impl Clone for VrefintcalData
impl Clone for VrefintcalData
§fn clone(&self) -> VrefintcalData
fn clone(&self) -> VrefintcalData
Returns a duplicate 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 VrefintcalData
impl Debug for VrefintcalData
§impl Default for VrefintcalData
impl Default for VrefintcalData
§fn default() -> VrefintcalData
fn default() -> VrefintcalData
Returns the “default value” for a type. Read more
§impl PartialEq for VrefintcalData
impl PartialEq for VrefintcalData
impl Copy for VrefintcalData
impl Eq for VrefintcalData
impl StructuralPartialEq for VrefintcalData
Auto Trait Implementations§
impl Freeze for VrefintcalData
impl RefUnwindSafe for VrefintcalData
impl Send for VrefintcalData
impl Sync for VrefintcalData
impl Unpin for VrefintcalData
impl UnwindSafe for VrefintcalData
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