pub enum LpcacMemReq {
Disable = 0,
Enable = 1,
}Expand description
Request LPCAC memories.
Value on reset: 0
Variants§
Disable = 0
0: Configure shared memories RAMX1 as general memories.
Enable = 1
1: Configure shared memories RAMX1 as LPCAC memories, write one lock until a system reset.
Trait Implementations§
Source§impl Clone for LpcacMemReq
impl Clone for LpcacMemReq
Source§fn clone(&self) -> LpcacMemReq
fn clone(&self) -> LpcacMemReq
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 LpcacMemReq
impl Debug for LpcacMemReq
Source§impl From<LpcacMemReq> for bool
impl From<LpcacMemReq> for bool
Source§fn from(variant: LpcacMemReq) -> Self
fn from(variant: LpcacMemReq) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LpcacMemReq
impl PartialEq for LpcacMemReq
impl Copy for LpcacMemReq
impl Eq for LpcacMemReq
impl StructuralPartialEq for LpcacMemReq
Auto Trait Implementations§
impl Freeze for LpcacMemReq
impl RefUnwindSafe for LpcacMemReq
impl Send for LpcacMemReq
impl Sync for LpcacMemReq
impl Unpin for LpcacMemReq
impl UnwindSafe for LpcacMemReq
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