#[repr(u8)]pub enum Iso {
DISABLE = 0,
ENABLE = 1,
}Variants§
DISABLE = 0
State follows the chip power modes.
ENABLE = 1
Isolates SRAM and places it in Low-Power Retention mode.
Implementations§
Trait Implementations§
Source§impl Ord for Iso
impl Ord for Iso
Source§impl PartialOrd for Iso
impl PartialOrd for Iso
impl Copy for Iso
impl Eq for Iso
impl StructuralPartialEq for Iso
Auto Trait Implementations§
impl Freeze for Iso
impl RefUnwindSafe for Iso
impl Send for Iso
impl Sync for Iso
impl Unpin for Iso
impl UnwindSafe for Iso
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