#[repr(u8)]pub enum Pdram0Pge {
PDRAM0_PGE_0 = 0,
PDRAM0_PGE_1 = 1,
}Variants§
PDRAM0_PGE_0 = 0
FlexRAM PDRAM0 domain will keep power even if the CPU core is powered down.
PDRAM0_PGE_1 = 1
FlexRAM PDRAM0 domain will be powered down when the CPU core is powered down..
Implementations§
Trait Implementations§
Source§impl Ord for Pdram0Pge
impl Ord for Pdram0Pge
Source§impl PartialOrd for Pdram0Pge
impl PartialOrd for Pdram0Pge
impl Copy for Pdram0Pge
impl Eq for Pdram0Pge
impl StructuralPartialEq for Pdram0Pge
Auto Trait Implementations§
impl Freeze for Pdram0Pge
impl RefUnwindSafe for Pdram0Pge
impl Send for Pdram0Pge
impl Sync for Pdram0Pge
impl Unpin for Pdram0Pge
impl UnwindSafe for Pdram0Pge
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