[−][src]Enum stm32f0xx_hal::stm32::Interrupt
Enumeration of all the interrupts
Variants
WWDG0 - Window Watchdog interrupt
PVD1 - PVD and VDDIO2 supply comparator interrupt
RTC2 - RTC interrupts
FLASH3 - Flash global interrupt
RCC_CRS4 - RCC and CRS global interrupts
EXTI0_15 - EXTI Line[1:0] interrupts
EXTI2_36 - EXTI Line[3:2] interrupts
EXTI4_157 - EXTI Line15 and EXTI4 interrupts
TSC8 - Touch sensing interrupt
DMA1_CH19 - DMA1 channel 1 interrupt
DMA1_CH2_310 - DMA channel 2 and 3 interrupts
DMA1_CH4_5_6_711 - DMA channel 4, 5, 6 and 7 interrupts
ADC_COMP12 - ADC and comparator interrupts
TIM1_BRK_UP_TRG_COM13 - TIM1 break, update, trigger and commutation interrupt
TIM1_CC14 - TIM1 Capture Compare interrupt
TIM215 - TIM2 global interrupt
TIM316 - TIM3 global interrupt
TIM6_DAC17 - TIM6 global interrupt and DAC underrun interrupt
TIM718 - TIM7 global interrupt
TIM1419 - TIM14 global interrupt
TIM1520 - TIM15 global interrupt
TIM1621 - TIM16 global interrupt
TIM1722 - TIM17 global interrupt
I2C123 - I2C1 global interrupt
I2C224 - I2C2 global interrupt
SPI125 - SPI1_global_interrupt
SPI226 - SPI2 global interrupt
USART127 - USART1 global interrupt
USART228 - USART2 global interrupt
USART3_429 - USART3 and USART4 global interrupt
CEC_CAN30 - CEC and CAN global interrupt
USB31 - USB global interrupt
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From for T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self