Prusa MINI Firmware overview
|
This file contains the headers of the interrupt handlers. More...
Go to the source code of this file.
Functions | |
void | NMI_Handler (void) |
This function handles Non maskable interrupt. More... | |
void | HardFault_Handler (void) |
This function handles Hard fault interrupt. More... | |
void | MemManage_Handler (void) |
This function handles Memory management fault. More... | |
void | BusFault_Handler (void) |
This function handles Pre-fetch fault, memory access fault. More... | |
void | UsageFault_Handler (void) |
This function handles Undefined instruction or illegal state. More... | |
void | DebugMon_Handler (void) |
This function handles Debug monitor. More... | |
void | DMA1_Stream4_IRQHandler (void) |
This function handles DMA1 stream4 global interrupt. More... | |
void | DMA1_Stream5_IRQHandler (void) |
This function handles DMA1 stream5 global interrupt. More... | |
void | EXTI15_10_IRQHandler (void) |
This function handles EXTI line[15:10] interrupts. More... | |
void | TIM8_TRG_COM_TIM14_IRQHandler (void) |
This function handles TIM8 trigger and commutation interrupts and TIM14 global interrupt. More... | |
void | TIM6_DAC_IRQHandler (void) |
This function handles TIM6 global interrupt, DAC1 and DAC2 underrun error interrupts. More... | |
void | DMA2_Stream1_IRQHandler (void) |
This function handles DMA2 stream1 global interrupt. More... | |
void | DMA2_Stream2_IRQHandler (void) |
This function handles DMA2 stream2 global interrupt. More... | |
void | ETH_IRQHandler (void) |
This function handles Ethernet global interrupt. More... | |
void | OTG_FS_IRQHandler (void) |
This function handles USB On The Go FS global interrupt. More... | |
void | OTG_HS_IRQHandler (void) |
This function handles USB On The Go HS global interrupt. More... | |
This file contains the headers of the interrupt handlers.
COPYRIGHT(c) 2019 STMicroelectronics
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This function handles Hard fault interrupt.
This function handles Memory management fault.
This function handles Pre-fetch fault, memory access fault.
This function handles Undefined instruction or illegal state.
This function handles DMA1 stream4 global interrupt.
This function handles DMA1 stream5 global interrupt.
This function handles EXTI line[15:10] interrupts.
This function handles TIM8 trigger and commutation interrupts and TIM14 global interrupt.
This function handles TIM6 global interrupt, DAC1 and DAC2 underrun error interrupts.
This function handles DMA2 stream1 global interrupt.
This function handles DMA2 stream2 global interrupt.
This function handles Ethernet global interrupt.
This function handles USB On The Go FS global interrupt.
This function handles USB On The Go HS global interrupt.