#[repr(u8)]pub enum POWERDOWN_A {
BLK3 = 4,
BLK23 = 6,
BLK123 = 7,
}
Expand description
RAM block power-down
Value on reset: 0
Variants§
BLK3 = 4
4: Power down RAM block 3 (address range 0x20018000-0x2001FFFF).
BLK23 = 6
6: Power down RAM blocks 2-3 (address range 0x20010000-0x2001FFFF).
BLK123 = 7
7: Power down RAM blocks 1-3 (address range 0x20008000-0x2001FFFF).
Trait Implementations§
Source§impl Clone for POWERDOWN_A
impl Clone for POWERDOWN_A
Source§fn clone(&self) -> POWERDOWN_A
fn clone(&self) -> POWERDOWN_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for POWERDOWN_A
impl Debug for POWERDOWN_A
Source§impl From<POWERDOWN_A> for u8
impl From<POWERDOWN_A> for u8
Source§fn from(variant: POWERDOWN_A) -> Self
fn from(variant: POWERDOWN_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for POWERDOWN_A
impl PartialEq for POWERDOWN_A
impl Copy for POWERDOWN_A
impl StructuralPartialEq for POWERDOWN_A
Auto Trait Implementations§
impl Freeze for POWERDOWN_A
impl RefUnwindSafe for POWERDOWN_A
impl Send for POWERDOWN_A
impl Sync for POWERDOWN_A
impl Unpin for POWERDOWN_A
impl UnwindSafe for POWERDOWN_A
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