pub enum RamcCgOverride {
Disable = 0,
Enable = 1,
}Expand description
RAMC 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 RamcCgOverride
impl Clone for RamcCgOverride
Source§fn clone(&self) -> RamcCgOverride
fn clone(&self) -> RamcCgOverride
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 RamcCgOverride
Source§impl Debug for RamcCgOverride
impl Debug for RamcCgOverride
impl Eq for RamcCgOverride
Source§impl From<RamcCgOverride> for bool
impl From<RamcCgOverride> for bool
Source§fn from(variant: RamcCgOverride) -> Self
fn from(variant: RamcCgOverride) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RamcCgOverride
impl PartialEq for RamcCgOverride
Source§fn eq(&self, other: &RamcCgOverride) -> bool
fn eq(&self, other: &RamcCgOverride) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RamcCgOverride
Auto Trait Implementations§
impl Freeze for RamcCgOverride
impl RefUnwindSafe for RamcCgOverride
impl Send for RamcCgOverride
impl Sync for RamcCgOverride
impl Unpin for RamcCgOverride
impl UnsafeUnpin for RamcCgOverride
impl UnwindSafe for RamcCgOverride
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