Go to the documentation of this file.
58 extern I2C_HandleTypeDef
hi2c2;
59 extern RTC_HandleTypeDef
hrtc;
64 extern UART_HandleTypeDef
huart2;
226 HAL_RTCEx_WakeUpTimerIRQHandler(&
hrtc);
241 HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_3);
316 HAL_I2C_EV_IRQHandler(&
hi2c2);
331 HAL_UART_IRQHandler(&
huart2);
346 HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_11);
361 HAL_RTC_AlarmIRQHandler(&
hrtc);
void I2C2_EV_IRQHandler(void)
This function handles I2C2 event interrupt.
This file contains the headers of the interrupt handlers.
void NMI_Handler(void)
This function handles Non maskable interrupt.
void DMA1_Channel6_IRQHandler(void)
This function handles DMA1 channel6 global interrupt.
void DebugMon_Handler(void)
This function handles Debug monitor.
void BusFault_Handler(void)
This function handles Prefetch fault, memory access fault.
void PendSV_Handler(void)
This function handles Pendable request for system service.
void USART2_IRQHandler(void)
This function handles USART2 global interrupt.
void DMA1_Channel3_IRQHandler(void)
This function handles DMA1 channel3 global interrupt.
DMA_HandleTypeDef hdma_spi1_rx
DMA_HandleTypeDef hdma_usart2_rx
void RTC_WKUP_IRQHandler(void)
This function handles RTC wake-up interrupt through EXTI line 20.
UART_HandleTypeDef huart2
void EXTI15_10_IRQHandler(void)
This function handles EXTI line[15:10] interrupts.
void HardFault_Handler(void)
This function handles Hard fault interrupt.
DMA_HandleTypeDef hdma_usart2_tx
void SysTick_Handler(void)
This function handles System tick timer.
void SVC_Handler(void)
This function handles System service call via SWI instruction.
void EXTI3_IRQHandler(void)
This function handles EXTI line3 interrupt.
void MemManage_Handler(void)
This function handles Memory management fault.
void DMA1_Channel2_IRQHandler(void)
This function handles DMA1 channel2 global interrupt.
: Header for main.c file. This file contains the common defines of the application.
void DMA1_Channel7_IRQHandler(void)
This function handles DMA1 channel7 global interrupt.
DMA_HandleTypeDef hdma_spi1_tx
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
void RTC_Alarm_IRQHandler(void)
This function handles RTC alarm interrupt through EXTI line 18.