mcu_hi3321_watch/tjd/service/service_stress.h
2025-05-26 20:15:20 +08:00

38 lines
1.0 KiB
C

/*----------------------------------------------------------------------------
* Copyright (c) TJD Technologies Co., Ltd. 2020. All rights reserved.
*
* Description: service_stress.c
*
* Author: wuchangxin
*
* Create: 2024-6-29
*--------------------------------------------------------------------------*/
#ifndef SERVICE_STRESS_H
#define SERVICE_STRESS_H
//lib
#include <stdint.h>
#include <stdbool.h>
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif
#endif
/**********************************************************************************************************************
* PUBLIC FUNCTIONS
*/
extern signed int tjd_service_timer_stress_start_send(void *param);
extern signed int tjd_service_timer_stress_end_send(void *param);
extern uint32_t tjd_task_service_stress_get_curtime_index(void);
static void tjd_task_service_stress_store_data(void);
extern void tjd_task_service_timer_stress_all_day_open(void);
extern struct rtc_time tjd_task_service_stress_get_curtime(void);
#ifdef __cplusplus
#if __cplusplus
}
#endif
#endif
#endif