KT24-1110_65E-HA-651B/apps/soundbox/include/smartbox/func_cmd/rtc_func.h

9 lines
217 B
C
Raw Permalink Normal View History

2024-11-10 10:44:17 +00:00
#ifndef __RTC_FUNC_H__
#define __RTC_FUNC_H__
#include "typedef.h"
#include "app_config.h"
u16 rtc_func_get_ex(void *priv, u8 *buf, u16 buf_size, u8 mask);
bool rtc_func_set_ex(void *priv, u8 *data, u16 len);
#endif