TuyaOS
tkl_wakeup.h
1#ifndef __TKL_WAKE_UP_H__
2#define __TKL_WAKE_UP_H__
3
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9#include "tuya_cloud_types.h"
10#include "tkl_gpio.h"
11
20OPERATE_RET tkl_wakeup_source_set(CONST TUYA_WAKEUP_SOURCE_BASE_CFG_T *param);
28OPERATE_RET tkl_wakeup_source_clear(CONST TUYA_WAKEUP_SOURCE_BASE_CFG_T *param);
29
30
31#ifdef __cplusplus
32} // extern "C"
33#endif
34
35#endif // __TKL_WAKE_UP_H__
36
tuya wake source base cfg
Definition: tuya_cloud_types.h:1275
Common process - adapter the gpio api