#[repr(transparent)]pub struct Bod(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl Bod
impl Bod
Sourcepub const fn bod_vbat_trim_valid(&self) -> bool
pub const fn bod_vbat_trim_valid(&self) -> bool
no description available
Sourcepub const fn set_bod_vbat_trim_valid(&mut self, val: bool)
pub const fn set_bod_vbat_trim_valid(&mut self, val: bool)
no description available
Sourcepub const fn bod_vbat_triglvl(&self) -> u8
pub const fn bod_vbat_triglvl(&self) -> u8
no description available
Sourcepub const fn set_bod_vbat_triglvl(&mut self, val: u8)
pub const fn set_bod_vbat_triglvl(&mut self, val: u8)
no description available
Sourcepub const fn bod_vbat_hyst(&self) -> u8
pub const fn bod_vbat_hyst(&self) -> u8
no description available
Sourcepub const fn set_bod_vbat_hyst(&mut self, val: u8)
pub const fn set_bod_vbat_hyst(&mut self, val: u8)
no description available
Sourcepub const fn bod_core_trim_valid(&self) -> bool
pub const fn bod_core_trim_valid(&self) -> bool
no description available
Sourcepub const fn set_bod_core_trim_valid(&mut self, val: bool)
pub const fn set_bod_core_trim_valid(&mut self, val: bool)
no description available
Sourcepub const fn bod_core_triglvl(&self) -> u8
pub const fn bod_core_triglvl(&self) -> u8
no description available
Sourcepub const fn set_bod_core_triglvl(&mut self, val: u8)
pub const fn set_bod_core_triglvl(&mut self, val: u8)
no description available
Sourcepub const fn bod_core_hyst(&self) -> u8
pub const fn bod_core_hyst(&self) -> u8
no description available
Sourcepub const fn set_bod_core_hyst(&mut self, val: u8)
pub const fn set_bod_core_hyst(&mut self, val: u8)
no description available
Trait Implementations§
impl Copy for Bod
impl Eq for Bod
impl StructuralPartialEq for Bod
Auto Trait Implementations§
impl Freeze for Bod
impl RefUnwindSafe for Bod
impl Send for Bod
impl Sync for Bod
impl Unpin for Bod
impl UnwindSafe for Bod
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