pub enum ODE_A {
_0 = 0,
_1 = 1,
}
Expand description
Open Drain Enable
Value on reset: 0
Variants§
_0 = 0
0: Open drain output is disabled on the corresponding pin.
_1 = 1
1: Open drain output is enabled on the corresponding pin, if the pin is configured as a digital output.
Trait Implementations§
impl Copy for ODE_A
impl StructuralPartialEq for ODE_A
Auto Trait Implementations§
impl Freeze for ODE_A
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)