Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
ZAF_Common_helper.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Silicon Laboratories Inc. <https://www.silabs.com/>
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
14#ifndef _ZAF_COMMON_HELPER_H_
15#define _ZAF_COMMON_HELPER_H_
16
18#include "FreeRTOS.h"
19#include "task.h"
20
44void ZAF_Init(TaskHandle_t AppTaskHandle, SApplicationHandles *pAppHandles);
45
49void ZAF_Reset(void);
50
55TaskHandle_t ZAF_getAppTaskHandle(void);
56
65void zaf_stay_awake(void);
66
76
81#endif /* _ZAF_COMMON_HELPER_H_ */
void zaf_stay_awake(void)
void ZAF_Reset(void)
TaskHandle_t ZAF_getAppTaskHandle(void)
void zaf_learn_mode_finished(void)
void ZAF_Init(TaskHandle_t AppTaskHandle, SApplicationHandles *pAppHandles)
Definition ZW_application_transport_interface.h:1576