snickerdoodle Platform Controller
firmware for STM32F0 platform controller
Interrupt Functions

Functions

void SysTick_Handler (void)
 SysTick Handler This function handles System tick timer.
 
void ADC1_COMP_IRQHandler (void)
 ADC Interrupt Handler This function handles ADC and COMP interrupts (COMP interrupts through EXTI lines 21 and 22).
 
void EXTI2_3_IRQHandler (void)
 External Interrupt Handler This function handles EXTI line 2 and 3 interrupts. More...
 
void EXTI4_15_IRQHandler (void)
 External Interrupt Handler This function handles EXTI line 4 to 15 interrupts. More...
 
void TIM7_IRQHandler (void)
 Timer 7 Interrupt Handler This function handles TIM7 global interrupt.
 
void SPI2_IRQHandler (void)
 SPI 2 Interrupt Handler This function handles SPI2 global interrupt.
 
void USART1_IRQHandler (void)
 USART 1 Interrupt Handler This function handles USART1 global interrupt / USART1 wake-up interrupt through EXTI line 25.
 
void USART2_IRQHandler (void)
 USART 2 Interrupt Handler This function handles USART2 global interrupt / USART2 wake-up interrupt through EXTI line 26.
 
void USART3_4_IRQHandler (void)
 USART 2 Interrupt Handler This function handles USART2 global interrupt / USART2 wake-up interrupt through EXTI line 26.
 
void USB_IRQHandler (void)
 USB Interrupt Handler This function handles USB global interrupt / USB wake-up interrupt through EXTI line 18.
 

Detailed Description

Function Documentation

◆ EXTI2_3_IRQHandler()

void EXTI2_3_IRQHandler ( void  )

#include <Src/sd_interrupt.c>

External Interrupt Handler This function handles EXTI line 2 and 3 interrupts.

ZYNQ_DONE

111 {

◆ EXTI4_15_IRQHandler()

void EXTI4_15_IRQHandler ( void  )

#include <Src/sd_interrupt.c>

External Interrupt Handler This function handles EXTI line 4 to 15 interrupts.

ZYNQ_INIT




JA1_P2



JA2_P2


JB1_P2

JB2_P2
JC1_P2

121 {
122  sd_gpio_exti_irqhandler(ZYNQ_INIT_Pin);
void sd_gpio_exti_irqhandler(uint16_t GPIO_Pin)
Handle EXTI interrupt request.
Definition: sd_gpio.c:196