#[repr(u8)]pub enum LsactEn {
ZZ123 = 0,
ZZ124 = 1,
}Variants§
ZZ123 = 0
LSACTIVE feature disabled completely: FCTRL[LSACTIVE] is forced low and no longer writable, LVE cannot assert at the TSMC array interface.
ZZ124 = 1
LSACTIVE feature fully enabled and controllable by SoC and internal UINT SM.
Implementations§
Trait Implementations§
Source§impl Ord for LsactEn
impl Ord for LsactEn
Source§impl PartialOrd for LsactEn
impl PartialOrd for LsactEn
impl Copy for LsactEn
impl Eq for LsactEn
impl StructuralPartialEq for LsactEn
Auto Trait Implementations§
impl Freeze for LsactEn
impl RefUnwindSafe for LsactEn
impl Send for LsactEn
impl Sync for LsactEn
impl Unpin for LsactEn
impl UnwindSafe for LsactEn
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