#[repr(transparent)]pub struct LdoAo(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl LdoAo
impl LdoAo
Sourcepub const fn active_trim_valid(&self) -> bool
pub const fn active_trim_valid(&self) -> bool
no description available
Sourcepub const fn set_active_trim_valid(&mut self, val: bool)
pub const fn set_active_trim_valid(&mut self, val: bool)
no description available
Sourcepub const fn active_trim(&self) -> u8
pub const fn active_trim(&self) -> u8
no description available
Sourcepub const fn set_active_trim(&mut self, val: u8)
pub const fn set_active_trim(&mut self, val: u8)
no description available
Sourcepub const fn dslp_trim_valid(&self) -> bool
pub const fn dslp_trim_valid(&self) -> bool
no description available
Sourcepub const fn set_dslp_trim_valid(&mut self, val: bool)
pub const fn set_dslp_trim_valid(&mut self, val: bool)
no description available
Sourcepub const fn set_dslp_trim(&mut self, val: u8)
pub const fn set_dslp_trim(&mut self, val: u8)
no description available
Sourcepub const fn pdwn_trim_valid(&self) -> bool
pub const fn pdwn_trim_valid(&self) -> bool
no description available
Sourcepub const fn set_pdwn_trim_valid(&mut self, val: bool)
pub const fn set_pdwn_trim_valid(&mut self, val: bool)
no description available
Sourcepub const fn set_pdwn_trim(&mut self, val: u8)
pub const fn set_pdwn_trim(&mut self, val: u8)
no description available
Sourcepub const fn dpdw_trim_valid(&self) -> bool
pub const fn dpdw_trim_valid(&self) -> bool
no description available
Sourcepub const fn set_dpdw_trim_valid(&mut self, val: bool)
pub const fn set_dpdw_trim_valid(&mut self, val: bool)
no description available
Sourcepub const fn set_dpdw_trim(&mut self, val: u8)
pub const fn set_dpdw_trim(&mut self, val: u8)
no description available
Trait Implementations§
impl Copy for LdoAo
impl Eq for LdoAo
impl StructuralPartialEq for LdoAo
Auto Trait Implementations§
impl Freeze for LdoAo
impl RefUnwindSafe for LdoAo
impl Send for LdoAo
impl Sync for LdoAo
impl Unpin for LdoAo
impl UnwindSafe for LdoAo
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