X-CUBE-SPN11 for X-NUCLEO-IHM11M1: stm32f4xx_it.h File Reference

X-CUBE-SPN11 for X-NUCLEO-IHM11M1

stm32f4xx_it.h File Reference

This file contains the headers of the interrupt handlers. More...

Go to the source code of this file.

Functions

void ADC_IRQHandler (void)
 This function handles ADC1 global interrupt. More...
 
void SysTick_Handler (void)
 This function handles System tick timer. More...
 
void USART2_IRQHandler (void)
 This function handles USART2 global interrupt. More...
 
void TIM4_IRQHandler (void)
 This function handles TIM4 global interrupt. More...
 
void EXTI15_10_IRQHandler (void)
 This function handles EXTI Line[15:10] interrupts. More...
 
void TIM1_BRK_TIM9_IRQHandler (void)
 This function handles TIM1 Break interrupt and TIM9 global interrupt. More...
 

Detailed Description

This file contains the headers of the interrupt handlers.

Date
27/04/2015 12:50:22 COPYRIGHT(c) 2015 STMicroelectronics

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of STMicroelectronics nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

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.

Definition in file stm32f4xx_it.h.

Function Documentation

void ADC_IRQHandler ( void  )

This function handles ADC1 global interrupt.

Definition at line 59 of file stm32f4xx_it.c.

References hadc1.

void EXTI15_10_IRQHandler ( void  )

This function handles EXTI Line[15:10] interrupts.

Definition at line 118 of file stm32f4xx_it.c.

void SysTick_Handler ( void  )

This function handles System tick timer.

Definition at line 73 of file stm32f4xx_it.c.

References HAL_IncTick().

void TIM1_BRK_TIM9_IRQHandler ( void  )

This function handles TIM1 Break interrupt and TIM9 global interrupt.

Definition at line 132 of file stm32f4xx_it.c.

References htim1, MC_StopMotor(), OVERCURRENT, and SIXSTEP_Base_InitTypeDef::STATUS.

void TIM4_IRQHandler ( void  )

This function handles TIM4 global interrupt.

Definition at line 104 of file stm32f4xx_it.c.

References htim4.

void USART2_IRQHandler ( void  )

This function handles USART2 global interrupt.

Definition at line 88 of file stm32f4xx_it.c.

References huart2, and UART_Set_Value().

Generated by   doxygen 1.8.11