pub enum LimLpcacWtbf {
Disable = 0,
Enable = 1,
}Expand description
Limit LPCAC Write Through Buffer.
Value on reset: 1
Variants§
Disable = 0
0: Write buffer enabled when transaction is bufferable.
Enable = 1
1: Write buffer enabled when transaction is cacheable and bufferable
Trait Implementations§
Source§impl Clone for LimLpcacWtbf
impl Clone for LimLpcacWtbf
Source§fn clone(&self) -> LimLpcacWtbf
fn clone(&self) -> LimLpcacWtbf
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LimLpcacWtbf
Source§impl Debug for LimLpcacWtbf
impl Debug for LimLpcacWtbf
impl Eq for LimLpcacWtbf
Source§impl From<LimLpcacWtbf> for bool
impl From<LimLpcacWtbf> for bool
Source§fn from(variant: LimLpcacWtbf) -> Self
fn from(variant: LimLpcacWtbf) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LimLpcacWtbf
impl PartialEq for LimLpcacWtbf
Source§fn eq(&self, other: &LimLpcacWtbf) -> bool
fn eq(&self, other: &LimLpcacWtbf) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LimLpcacWtbf
Auto Trait Implementations§
impl Freeze for LimLpcacWtbf
impl RefUnwindSafe for LimLpcacWtbf
impl Send for LimLpcacWtbf
impl Sync for LimLpcacWtbf
impl Unpin for LimLpcacWtbf
impl UnsafeUnpin for LimLpcacWtbf
impl UnwindSafe for LimLpcacWtbf
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