STM32 RTC Scheduler
RTC-based scheduler for ultra-low power applications
stm32l4xx_it.c File Reference

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

#include "core_stop.h"
#include "error_handler.h"
#include "scheduler.h"

Go to the source code of this file.

Functions

void NMI_Handler (void)
 This function handles the non-maskable interrupts.
 
void HardFault_Handler (void)
 This function handles the hard-fault interrupts.
 
void MemManage_Handler (void)
 This function handles the memory management faults.
 
void BusFault_Handler (void)
 This function handles the prefetch faults and memory access faults.
 
void UsageFault_Handler (void)
 This function handles the faults of undefined instructions or illegal state.
 
void DebugMon_Handler (void)
 This function handles the debug monitor.
 
void TIM1_TRG_COM_TIM17_IRQHandler (void)
 This function handles the TIM17 global interrupts.
 
void RTC_Alarm_IRQHandler (void)
 This function handles the RTC alarm interrupts.
 

Variables

RTC_HandleTypeDef hrtc
 
TIM_HandleTypeDef htim17
 

Detailed Description

This file contains the implementations of interrupt handlers.

STM32 RTC Scheduler

Author
Akos Pasztor
See also
Please refer to README for detailed information.

Definition in file stm32l4xx_it.c.

Variable Documentation

◆ hrtc

RTC_HandleTypeDef hrtc

RTC peripheral handle

Definition at line 22 of file rtc.c.

◆ htim17

TIM_HandleTypeDef htim17

TIM17 peripheral handle

Definition at line 20 of file stm32l4xx_hal_timebase.c.