Enum d1_pac::csic::csic_ccu::ccu_clk_mode::CCU_CLK_GATING_DISABLE_A
source · pub enum CCU_CLK_GATING_DISABLE_A {
EFFECT = 0,
NOT_EFFECT = 1,
}
Expand description
Value on reset: 0
Variants§
EFFECT = 0
0: CCU Clock Gating Registers(0x0004~0x0010) effect
NOT_EFFECT = 1
1: CCU Clock Gating Registers(0x0004~0x0010) not effect
Trait Implementations§
source§impl Clone for CCU_CLK_GATING_DISABLE_A
impl Clone for CCU_CLK_GATING_DISABLE_A
source§fn clone(&self) -> CCU_CLK_GATING_DISABLE_A
fn clone(&self) -> CCU_CLK_GATING_DISABLE_A
Returns a copy 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 CCU_CLK_GATING_DISABLE_A
impl Debug for CCU_CLK_GATING_DISABLE_A
source§impl From<CCU_CLK_GATING_DISABLE_A> for bool
impl From<CCU_CLK_GATING_DISABLE_A> for bool
source§fn from(variant: CCU_CLK_GATING_DISABLE_A) -> Self
fn from(variant: CCU_CLK_GATING_DISABLE_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for CCU_CLK_GATING_DISABLE_A
impl PartialEq for CCU_CLK_GATING_DISABLE_A
impl Copy for CCU_CLK_GATING_DISABLE_A
impl Eq for CCU_CLK_GATING_DISABLE_A
impl StructuralPartialEq for CCU_CLK_GATING_DISABLE_A
Auto Trait Implementations§
impl Freeze for CCU_CLK_GATING_DISABLE_A
impl RefUnwindSafe for CCU_CLK_GATING_DISABLE_A
impl Send for CCU_CLK_GATING_DISABLE_A
impl Sync for CCU_CLK_GATING_DISABLE_A
impl Unpin for CCU_CLK_GATING_DISABLE_A
impl UnwindSafe for CCU_CLK_GATING_DISABLE_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)