| | |
| | | |
| | | uint8_t sizhu_historical_record_save(uint8_t logtype, LOG_SIZHU_LOG_SAVE_T * log_run_ptr); |
| | | uint8_t sizhu_period_historical_record_save(uint8_t logtype, LOG_SIZHU_LOG_SAVE_PERIOD_T * log_run_ptr); |
| | | uint8_t sizhu_historical_test(void); |
| | | |
| | | // |
| | | uint16_t sizhu_historical_period_log(void); |
| | | uint16_t sizhu_historical_hour_log(void); |
| | |
| | | uint16_t sizhu_historical_month_log(void); |
| | | uint32_t sizhu_historical_record_read(uint8_t logtype, uint32_t addr, LOG_SIZHU_LOG_SAVE_T * log_run_ptr); |
| | | uint8_t sizhu_historical_read_init(u32 * read_addr, u16 * save_count, uint8_t logtype); |
| | | |
| | | void sizhuHistoryRecord(sClockBCD sys_clockBCD_in); |
| | | #endif |