Enum daisy::pac::rcc::ahb1lpenr::ETH1TXLPEN_A
pub enum ETH1TXLPEN_A {
Disabled = 0,
Enabled = 1,
}
Expand description
DMA1 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 DMA1LPEN_A
impl Clone for DMA1LPEN_A
§fn clone(&self) -> DMA1LPEN_A
fn clone(&self) -> DMA1LPEN_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 DMA1LPEN_A
impl Debug for DMA1LPEN_A
§impl PartialEq for DMA1LPEN_A
impl PartialEq for DMA1LPEN_A
§fn eq(&self, other: &DMA1LPEN_A) -> bool
fn eq(&self, other: &DMA1LPEN_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DMA1LPEN_A
impl StructuralPartialEq for DMA1LPEN_A
Auto Trait Implementations§
impl Freeze for DMA1LPEN_A
impl RefUnwindSafe for DMA1LPEN_A
impl Send for DMA1LPEN_A
impl Sync for DMA1LPEN_A
impl Unpin for DMA1LPEN_A
impl UnwindSafe for DMA1LPEN_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