Constant stm32f30x::interrupt::DEFAULT_HANDLERS [] [src]

pub const DEFAULT_HANDLERS: Handlers = Handlers{wwdg: exception::default_handler,
         pvd: exception::default_handler,
         tamp_stamp: exception::default_handler,
         rtc_wkup: exception::default_handler,
         flash: exception::default_handler,
         rcc: exception::default_handler,
         exti0: exception::default_handler,
         exti1: exception::default_handler,
         exti2_tsc: exception::default_handler,
         exti3: exception::default_handler,
         exti4: exception::default_handler,
         dma1_ch1: exception::default_handler,
         dma1_ch2: exception::default_handler,
         dma1_ch3: exception::default_handler,
         dma1_ch4: exception::default_handler,
         dma1_ch5: exception::default_handler,
         dma1_ch6: exception::default_handler,
         dma1_ch7: exception::default_handler,
         adc1_2: exception::default_handler,
         usb_hp_can_tx: exception::default_handler,
         usb_lp_can_rx0: exception::default_handler,
         can_rx1: exception::default_handler,
         can_sce: exception::default_handler,
         exti9_5: exception::default_handler,
         tim1_brk_tim15: exception::default_handler,
         tim1_up_tim16: exception::default_handler,
         tim1_trg_com_tim17: exception::default_handler,
         tim1_cc: exception::default_handler,
         tim2: exception::default_handler,
         tim3: exception::default_handler,
         tim4: exception::default_handler,
         i2c1_ev_exti23: exception::default_handler,
         i2c1_er: exception::default_handler,
         i2c2_ev_exti24: exception::default_handler,
         i2c2_er: exception::default_handler,
         spi1: exception::default_handler,
         spi2: exception::default_handler,
         usart1_exti25: exception::default_handler,
         usart2_exti26: exception::default_handler,
         usart3_exti28: exception::default_handler,
         exti15_10: exception::default_handler,
         rtcalarm: exception::default_handler,
         usb_wkup: exception::default_handler,
         tim8_brk: exception::default_handler,
         tim8_up: exception::default_handler,
         tim8_trg_com: exception::default_handler,
         tim8_cc: exception::default_handler,
         adc3: exception::default_handler,
         _reserved0: [Reserved::Vector; 3],
         spi3: exception::default_handler,
         uart4_exti34: exception::default_handler,
         uart5_exti35: exception::default_handler,
         tim6_dacunder: exception::default_handler,
         tim7: exception::default_handler,
         dma2_ch1: exception::default_handler,
         dma2_ch2: exception::default_handler,
         dma2_ch3: exception::default_handler,
         dma2_ch4: exception::default_handler,
         dma2_ch5: exception::default_handler,
         adc4: exception::default_handler,
         _reserved1: [Reserved::Vector; 2],
         comp123: exception::default_handler,
         comp456: exception::default_handler,
         comp7: exception::default_handler,
         _reserved2: [Reserved::Vector; 7],
         usb_hp: exception::default_handler,
         usb_lp: exception::default_handler,
         usb_wkup_exti: exception::default_handler,
         _reserved3: [Reserved::Vector; 4],
         fpu: exception::default_handler,}

Default interrupt handlers