#[repr(u8)]
pub enum BRAMCFG_A {
RET,
PARTIAL,
OFF,
}
Expand description
Ram Configuration
Value on reset: 0
Variants
RET
0: All the backup RAM is retained
PARTIAL
1: Only the first 4Kbytes of the backup RAM is retained
OFF
2: All the backup RAM is turned OFF
Trait Implementations
impl Copy for BRAMCFG_A
impl StructuralPartialEq for BRAMCFG_A
Auto Trait Implementations
impl RefUnwindSafe for BRAMCFG_A
impl Send for BRAMCFG_A
impl Sync for BRAMCFG_A
impl Unpin for BRAMCFG_A
impl UnwindSafe for BRAMCFG_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