Prusa MINI Firmware overview
|
Interrupt Service Routines. More...
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... | |
Variables | |
ETH_HandleTypeDef | heth |
PCD_HandleTypeDef | hpcd_USB_OTG_FS |
HCD_HandleTypeDef | hhcd_USB_OTG_HS |
DMA_HandleTypeDef | hdma_spi2_tx |
TIM_HandleTypeDef | htim14 |
DMA_HandleTypeDef | hdma_usart1_rx |
DMA_HandleTypeDef | hdma_usart2_rx |
DMA_HandleTypeDef | hdma_usart6_rx |
TIM_HandleTypeDef | htim6 |
Interrupt Service Routines.
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.
ETH_HandleTypeDef heth |
PCD_HandleTypeDef hpcd_USB_OTG_FS |
HCD_HandleTypeDef hhcd_USB_OTG_HS |
DMA_HandleTypeDef hdma_spi2_tx |
File Name : stm32f4xx_hal_msp.c Description : This file provides code for the MSP Initialization and de-Initialization codes.
This notice applies to any and all portions of this file that are not between comment pairs USER CODE BEGIN and USER CODE END. Other portions of this file, whether inserted by the user or by software development tools are owned by their respective copyright owners.
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.
TIM_HandleTypeDef htim14 |
DMA_HandleTypeDef hdma_usart1_rx |
DMA_HandleTypeDef hdma_usart2_rx |
DMA_HandleTypeDef hdma_usart6_rx |
TIM_HandleTypeDef htim6 |