| | |
| | | |
| | | // <o> ¸üÐÂÖжϹ¦ÄÜ |
| | | // <0x0=>¹Ø±Õ <0x20=>Æô¶¯ |
| | | #define UPDATA_BIT_FLAG 0x000000 |
| | | #define UPDATA_BIT_FLAG 0x000020 |
| | | |
| | | // <o> ζȲ¹³¥¹¦ÄÜ |
| | | // <0x0=>0.5S <0x40=>2.0S <0x80=>10S <0xC0=>30S |
| | |
| | | |
| | | void RTC_GPIO_Init(void); |
| | | |
| | | void Set_Extern_Rtc_Time(uint16_t year,uint8_t month,uint8_t day,uint8_t week,uint8_t hour,uint8_t min,uint8_t sec); |
| | | ErrorStatus Set_Extern_Rtc_Time(uint16_t year,uint8_t month,uint8_t day,uint8_t week,uint8_t hour,uint8_t min,uint8_t sec); |
| | | ErrorStatus Get_Extern_Rtc_Time(__IO sClockBCD * calendar_p); |
| | | |
| | | void Set_Rtc_UpdataInterrupt(void); |
| | | |
| | | //extern __IO CALENDAR_TIME_T calendar_g; |
| | | //extern __IO CALENDAR_TIME_T calendar_test_g; |
| | | extern __IO sClockBCD sys_clockBCD_g; |
| | | |
| | | |
| | | ErrorStatus TimeEffectJudgm(const sClockBCD TimeBCD); |
| | | |