#[repr(u8)]
pub enum RAMCFG_A {
RET,
PARTIAL,
OFF,
}
Expand description
Ram Configuration
Value on reset: 0
Variants
RET
0: All the system RAM is retained
PARTIAL
1: Only the first 32Kbytes of the system RAM is retained
OFF
2: All the system RAM is turned OFF
Trait Implementations
impl Copy for RAMCFG_A
impl StructuralPartialEq for RAMCFG_A
Auto Trait Implementations
impl RefUnwindSafe for RAMCFG_A
impl Send for RAMCFG_A
impl Sync for RAMCFG_A
impl Unpin for RAMCFG_A
impl UnwindSafe for RAMCFG_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more