Enum Cpe
pub enum Cpe {
_0 = 0,
_1 = 1,
}Expand description
Clock Pin Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Cpe
impl Eq for Cpe
impl StructuralPartialEq for Cpe
Auto Trait Implementations§
impl Freeze for Cpe
impl RefUnwindSafe for Cpe
impl Send for Cpe
impl Sync for Cpe
impl Unpin for Cpe
impl UnwindSafe for Cpe
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