pub enum MODER15W {
INPUT,
OUTPUT,
ALTERNATE,
ANALOG,
}
Expand description
Values that can be written to the field MODER15
Variants§
INPUT
Input mode (reset state)
OUTPUT
General purpose output mode
ALTERNATE
Alternate function mode
ANALOG
Analog mode
Auto Trait Implementations§
impl Freeze for MODER15W
impl RefUnwindSafe for MODER15W
impl Send for MODER15W
impl Sync for MODER15W
impl Unpin for MODER15W
impl UnwindSafe for MODER15W
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