Enum daisy::pac::rcc::ahb3lpenr::D1DTCM1LPEN_A
pub enum D1DTCM1LPEN_A {
Disabled = 0,
Enabled = 1,
}
Expand description
MDMA Clock Enable During CSleep Mode
Value on reset: 0
Variants§
Disabled = 0
0: The selected clock is disabled during csleep mode
Enabled = 1
1: The selected clock is enabled during csleep mode
Trait Implementations§
§impl Clone for MDMALPEN_A
impl Clone for MDMALPEN_A
§fn clone(&self) -> MDMALPEN_A
fn clone(&self) -> MDMALPEN_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 more§impl Debug for MDMALPEN_A
impl Debug for MDMALPEN_A
§impl PartialEq for MDMALPEN_A
impl PartialEq for MDMALPEN_A
§fn eq(&self, other: &MDMALPEN_A) -> bool
fn eq(&self, other: &MDMALPEN_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MDMALPEN_A
impl StructuralPartialEq for MDMALPEN_A
Auto Trait Implementations§
impl Freeze for MDMALPEN_A
impl RefUnwindSafe for MDMALPEN_A
impl Send for MDMALPEN_A
impl Sync for MDMALPEN_A
impl Unpin for MDMALPEN_A
impl UnwindSafe for MDMALPEN_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