pub enum RamxCgOverride {
Disable = 0,
Enable = 1,
}Expand description
RAMX bank clock gating control
Value on reset: 0
Variants§
Disable = 0
0: Memory bank clock is gated automatically if no access more than 16 clock cycles
Enable = 1
1: Auto clock gating feature is disabled
Trait Implementations§
Source§impl Clone for RamxCgOverride
impl Clone for RamxCgOverride
Source§fn clone(&self) -> RamxCgOverride
fn clone(&self) -> RamxCgOverride
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 RamxCgOverride
Source§impl Debug for RamxCgOverride
impl Debug for RamxCgOverride
impl Eq for RamxCgOverride
Source§impl From<RamxCgOverride> for bool
impl From<RamxCgOverride> for bool
Source§fn from(variant: RamxCgOverride) -> Self
fn from(variant: RamxCgOverride) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RamxCgOverride
impl PartialEq for RamxCgOverride
Source§fn eq(&self, other: &RamxCgOverride) -> bool
fn eq(&self, other: &RamxCgOverride) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RamxCgOverride
Auto Trait Implementations§
impl Freeze for RamxCgOverride
impl RefUnwindSafe for RamxCgOverride
impl Send for RamxCgOverride
impl Sync for RamxCgOverride
impl Unpin for RamxCgOverride
impl UnsafeUnpin for RamxCgOverride
impl UnwindSafe for RamxCgOverride
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