#[repr(transparent)]pub struct Ffroctl1(pub u32);Expand description
FFRO control 1
Tuple Fields§
§0: u32Implementations§
Source§impl Ffroctl1
impl Ffroctl1
Sourcepub const fn update(&self) -> Update
pub const fn update(&self) -> Update
Update Safe Mode Control. In order to change any of the TRIM values, the user first needs to set the update safe mode bit, then proceed to change the respective TRIM values needed, followed by clearing the update safe mode bit.
Sourcepub const fn set_update(&mut self, val: Update)
pub const fn set_update(&mut self, val: Update)
Update Safe Mode Control. In order to change any of the TRIM values, the user first needs to set the update safe mode bit, then proceed to change the respective TRIM values needed, followed by clearing the update safe mode bit.
Trait Implementations§
impl Copy for Ffroctl1
impl Eq for Ffroctl1
impl StructuralPartialEq for Ffroctl1
Auto Trait Implementations§
impl Freeze for Ffroctl1
impl RefUnwindSafe for Ffroctl1
impl Send for Ffroctl1
impl Sync for Ffroctl1
impl Unpin for Ffroctl1
impl UnwindSafe for Ffroctl1
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