pub enum CLK_POL_A {
NORMAL = 0,
INVERTED = 1,
}Expand description
Clock Polarity.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CLK_POL_A
impl Eq for CLK_POL_A
impl StructuralPartialEq for CLK_POL_A
Auto Trait Implementations§
impl Freeze for CLK_POL_A
impl RefUnwindSafe for CLK_POL_A
impl Send for CLK_POL_A
impl Sync for CLK_POL_A
impl Unpin for CLK_POL_A
impl UnsafeUnpin for CLK_POL_A
impl UnwindSafe for CLK_POL_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