#[repr(transparent)]pub struct Lvdcorectrl(pub u32);Expand description
Active vddcore LVD monitor trip adjust
Tuple Fields§
§0: u32Implementations§
Source§impl Lvdcorectrl
impl Lvdcorectrl
Sourcepub const fn lvdcorelvl(&self) -> u8
pub const fn lvdcorelvl(&self) -> u8
Vddcore LVD falling trip voltage
Sourcepub const fn set_lvdcorelvl(&mut self, val: u8)
pub const fn set_lvdcorelvl(&mut self, val: u8)
Vddcore LVD falling trip voltage
Trait Implementations§
Source§impl Clone for Lvdcorectrl
impl Clone for Lvdcorectrl
Source§fn clone(&self) -> Lvdcorectrl
fn clone(&self) -> Lvdcorectrl
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 moreSource§impl Debug for Lvdcorectrl
impl Debug for Lvdcorectrl
Source§impl Default for Lvdcorectrl
impl Default for Lvdcorectrl
Source§fn default() -> Lvdcorectrl
fn default() -> Lvdcorectrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for Lvdcorectrl
impl PartialEq for Lvdcorectrl
impl Copy for Lvdcorectrl
impl Eq for Lvdcorectrl
impl StructuralPartialEq for Lvdcorectrl
Auto Trait Implementations§
impl Freeze for Lvdcorectrl
impl RefUnwindSafe for Lvdcorectrl
impl Send for Lvdcorectrl
impl Sync for Lvdcorectrl
impl Unpin for Lvdcorectrl
impl UnwindSafe for Lvdcorectrl
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