pub enum MODER15R {
INPUT,
OUTPUT,
ALTERNATE,
ANALOG,
}
Expand description
Possible values of the field MODER15
Variants§
INPUT
Input mode (reset state)
OUTPUT
General purpose output mode
ALTERNATE
Alternate function mode
ANALOG
Analog mode
Implementations§
Trait Implementations§
impl Copy for MODER15R
impl StructuralPartialEq for MODER15R
Auto Trait Implementations§
impl Freeze for MODER15R
impl RefUnwindSafe for MODER15R
impl Send for MODER15R
impl Sync for MODER15R
impl Unpin for MODER15R
impl UnwindSafe for MODER15R
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