Enum stm32g0xx_hal::exti::Event[][src]

pub enum Event {
    GPIO0,
    GPIO1,
    GPIO2,
    GPIO3,
    GPIO4,
    GPIO5,
    GPIO6,
    GPIO7,
    GPIO8,
    GPIO9,
    GPIO10,
    GPIO11,
    GPIO12,
    GPIO13,
    GPIO14,
    GPIO15,
    PVD,
    COMP1,
    COMP2,
    RTC,
    TAMP,
    I2C1,
    USART1,
    USART2,
    CEC,
    LPUART1,
    LPTIM1,
    LPTIM2,
    LSE_CSS,
    UCPD1,
    UCPD2,
}

EXTI trigger event

Variants

GPIO0
GPIO1
GPIO2
GPIO3
GPIO4
GPIO5
GPIO6
GPIO7
GPIO8
GPIO9
GPIO10
GPIO11
GPIO12
GPIO13
GPIO14
GPIO15
PVD
COMP1
COMP2
RTC
TAMP
I2C1
USART1
USART2
CEC
LPUART1
LPTIM1
LPTIM2
LSE_CSS
UCPD1
UCPD2

Trait Implementations

impl Clone for Event[src]

impl Copy for Event[src]

impl PartialEq<Event> for Event[src]

impl PartialOrd<Event> for Event[src]

impl StructuralPartialEq for Event[src]

Auto Trait Implementations

impl Send for Event

impl Sync for Event

impl Unpin for Event

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.