pub enum RambCgOverride {
Disable = 0,
Enable = 1,
}Expand description
RAMB 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 RambCgOverride
impl Clone for RambCgOverride
Source§fn clone(&self) -> RambCgOverride
fn clone(&self) -> RambCgOverride
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 RambCgOverride
impl Debug for RambCgOverride
Source§impl From<RambCgOverride> for bool
impl From<RambCgOverride> for bool
Source§fn from(variant: RambCgOverride) -> Self
fn from(variant: RambCgOverride) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RambCgOverride
impl PartialEq for RambCgOverride
impl Copy for RambCgOverride
impl Eq for RambCgOverride
impl StructuralPartialEq for RambCgOverride
Auto Trait Implementations§
impl Freeze for RambCgOverride
impl RefUnwindSafe for RambCgOverride
impl Send for RambCgOverride
impl Sync for RambCgOverride
impl Unpin for RambCgOverride
impl UnwindSafe for RambCgOverride
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