pub enum ExtiTrg {
Falling,
Rising,
Both,
}Expand description
EXTI triggers.
Argument of Exti::setup_exti_c1.
Variants§
Trait Implementations§
impl Copy for ExtiTrg
impl Eq for ExtiTrg
impl StructuralPartialEq for ExtiTrg
Auto Trait Implementations§
impl Freeze for ExtiTrg
impl RefUnwindSafe for ExtiTrg
impl Send for ExtiTrg
impl Sync for ExtiTrg
impl Unpin for ExtiTrg
impl UnwindSafe for ExtiTrg
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