X-CUBE-SPN11 for X-NUCLEO-IHM11M1
|
Interrupt Service Routines. More...
Go to the source code of this file.
Functions | |
void | UART_Set_Value (void) |
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... | |
Variables | |
SIXSTEP_Base_InitTypeDef | SIXSTEP_parameters |
ADC_HandleTypeDef | hadc1 |
TIM_HandleTypeDef | htim1 |
TIM_HandleTypeDef | htim4 |
UART_HandleTypeDef | huart2 |
Detailed Description
Interrupt Service Routines.
- Date
- 10/07/2016 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:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- 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.
- 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.c.
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 UART_Set_Value | ( | void | ) |
Referenced by USART2_IRQHandler().
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().
Variable Documentation
ADC_HandleTypeDef hadc1 |
Definition at line 46 of file main_F401.c.
Referenced by ADC_IRQHandler().
TIM_HandleTypeDef htim1 |
Definition at line 48 of file main_F401.c.
Referenced by TIM1_BRK_TIM9_IRQHandler().
TIM_HandleTypeDef htim4 |
Definition at line 51 of file main_F401.c.
Referenced by TIM4_IRQHandler().
UART_HandleTypeDef huart2 |
Definition at line 53 of file main_F401.c.
Referenced by USART2_IRQHandler().
Generated by 1.8.11