#[repr(transparent)]pub struct Ldotsta(pub u32);Expand description
LDO_RAM Test A.
Tuple Fields§
§0: u32Implementations§
Source§impl Ldotsta
impl Ldotsta
Sourcepub const fn set_tstmode(&mut self, val: u8)
pub const fn set_tstmode(&mut self, val: u8)
Test Mode.
Sourcepub const fn set_control(&mut self, val: u8)
pub const fn set_control(&mut self, val: u8)
Spare Control.
Sourcepub const fn set_dischg(&mut self, val: bool)
pub const fn set_dischg(&mut self, val: bool)
Discharge Switch.
Sourcepub const fn set_status(&mut self, val: u8)
pub const fn set_status(&mut self, val: u8)
Spare Status.
Trait Implementations§
impl Copy for Ldotsta
impl Eq for Ldotsta
impl StructuralPartialEq for Ldotsta
Auto Trait Implementations§
impl Freeze for Ldotsta
impl RefUnwindSafe for Ldotsta
impl Send for Ldotsta
impl Sync for Ldotsta
impl Unpin for Ldotsta
impl UnwindSafe for Ldotsta
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