Enum k32l3a60_cm0plus::portd::pcr7::ODE_A
source · pub enum ODE_A {
ODE_0,
ODE_1,
}
Expand description
Open Drain Enable
Value on reset: 0
Variants§
ODE_0
0: Open drain output is disabled on the corresponding pin.
ODE_1
1: Open drain output is enabled on the corresponding pin, if the pin is configured as a digital output.
Trait Implementations§
source§impl PartialEq<ODE_A> for ODE_A
impl PartialEq<ODE_A> for ODE_A
impl Copy for ODE_A
impl Eq for ODE_A
impl StructuralEq for ODE_A
impl StructuralPartialEq for ODE_A
Auto Trait Implementations§
impl RefUnwindSafe for ODE_A
impl Send for ODE_A
impl Sync for ODE_A
impl Unpin for ODE_A
impl UnwindSafe for ODE_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