![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
Interrupt configuration structure. More...
#include <rtc.h>
Data Fields | |
uint8_t | HalfSecondInt: 1 |
uint8_t | OneSecondInt: 1 |
uint8_t | OneMinuteInt: 1 |
uint8_t | OneHourInt: 1 |
uint8_t | TimerInt: 1 |
uint8_t | AlarmInt: 1 |
uint8_t | TimeRewriteErrorInt: 1 |
uint8_t AlarmInt |
1: Alarm interrupt enabled 0: Alarm interrupt disabled
Definition at line 314 of file rtc.h.
Referenced by Rtc_DisableInt(), and Rtc_EnableInt().
uint8_t HalfSecondInt |
1: 0.5-Second interrupt enabled 0: 0.5-Second interrupt disabled
Definition at line 304 of file rtc.h.
Referenced by Rtc_DisableInt(), and Rtc_EnableInt().
uint8_t OneHourInt |
1: 1-Hour interrupt enabled 0: 1-Hour interrupt disabled
Definition at line 310 of file rtc.h.
Referenced by Rtc_DisableInt(), and Rtc_EnableInt().
uint8_t OneMinuteInt |
1: 1-Minute interrupt enabled 0: 1-Minute interrupt disabled
Definition at line 308 of file rtc.h.
Referenced by Rtc_DisableInt(), and Rtc_EnableInt().
uint8_t OneSecondInt |
1: 1-Second interrupt enabled 0: 1-Second interrupt disabled
Definition at line 306 of file rtc.h.
Referenced by Rtc_DisableInt(), and Rtc_EnableInt().
uint8_t TimeRewriteErrorInt |
1: Time Rewrite Error interrupt enabled 0: Time Rewrite Error interrupt disabled
Definition at line 316 of file rtc.h.
Referenced by Rtc_DisableInt(), and Rtc_EnableInt().
uint8_t TimerInt |
1: Timer interrupt enabled 0: Timer interrupt disabled
Definition at line 312 of file rtc.h.
Referenced by Rtc_DisableInt(), and Rtc_EnableInt().