rtc_irq.c File Reference
#include "rtc_driver.h"

Go to the source code of this file.

Functions

void RTC_IRQHandler (void)
 
void RTC_Seconds_IRQHandler (void)
 

Variables

const IRQn_Type g_rtcIrqNumbers [] = RTC_IRQS
 Table used to store the RTC IRQ names. More...
 
const IRQn_Type g_rtcSecondsIrqNb [] = RTC_SECONDS_IRQS
 

Function Documentation

void RTC_IRQHandler ( void  )

Definition at line 39 of file rtc_irq.c.

void RTC_Seconds_IRQHandler ( void  )

Definition at line 44 of file rtc_irq.c.

Variable Documentation

const IRQn_Type g_rtcIrqNumbers[] = RTC_IRQS

Table used to store the RTC IRQ names.

<Table used to store the RTC Seconds IRQ names

Definition at line 35 of file rtc_irq.c.

const IRQn_Type g_rtcSecondsIrqNb[] = RTC_SECONDS_IRQS

Definition at line 37 of file rtc_irq.c.