#[repr(C)]pub struct CntW { /* private fields */ }
Implementations§
Source§impl CntW
impl CntW
Sourcepub fn reset_value() -> Self
pub fn reset_value() -> Self
Reset value
Sourcepub fn cnt_or_uifcpy(&mut self, value: bool) -> &mut Self
pub fn cnt_or_uifcpy(&mut self, value: bool) -> &mut Self
Bit 31 - if IUFREMAP=0 than CNT with read write access else UIFCPY with read only access
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CntW
impl RefUnwindSafe for CntW
impl Send for CntW
impl Sync for CntW
impl Unpin for CntW
impl UnwindSafe for CntW
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