Enum daisy::pac::rcc::c1_apb1hlpenr::MDIOSLPEN_A
pub enum MDIOSLPEN_A {
Disabled = 0,
Enabled = 1,
}
Expand description
Clock Recovery System peripheral 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 Copy for CRSLPEN_A
impl StructuralPartialEq for CRSLPEN_A
Auto Trait Implementations§
impl Freeze for CRSLPEN_A
impl RefUnwindSafe for CRSLPEN_A
impl Send for CRSLPEN_A
impl Sync for CRSLPEN_A
impl Unpin for CRSLPEN_A
impl UnwindSafe for CRSLPEN_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