STM32 RTC Scheduler
RTC-based scheduler for ultra-low power applications
|
Go to the documentation of this file.
20 extern RTC_HandleTypeDef
hrtc;
21 extern TIM_HandleTypeDef
htim17;
85 HAL_TIM_IRQHandler(&
htim17);
94 HAL_RTC_AlarmIRQHandler(&
hrtc);
void NMI_Handler(void)
This function handles the non-maskable interrupts.
void SchedulerExecutePendingJobs(void)
Execute the pending jobs.
void DebugMon_Handler(void)
This function handles the debug monitor.
This file contains the function prototypes for entering and leaving low power modes.
void BusFault_Handler(void)
This function handles the prefetch faults and memory access faults.
This file contains the RTC-based scheduler definitions, structures and function prototypes.
void HardFault_Handler(void)
This function handles the hard-fault interrupts.
This file contains the error handling function prototypes.
void MemManage_Handler(void)
This function handles the memory management faults.
void ErrorHandler(void)
This function is executed in case of an error.
void TIM1_TRG_COM_TIM17_IRQHandler(void)
This function handles the TIM17 global interrupts.
void SchedulerProcess(void)
Process the scheduler.
void ResumeFromStop2Mode(void)
Resume from STOP2 mode.
void UsageFault_Handler(void)
This function handles the faults of undefined instructions or illegal state.
void RTC_Alarm_IRQHandler(void)
This function handles the RTC alarm interrupts.