11#ifndef ZB_NRF_PLATFORM_H__
12#define ZB_NRF_PLATFORM_H__
15#include <zephyr/kernel.h>
40#ifdef CONFIG_ZIGBEE_DEBUG_FUNCTIONS
bool zigbee_debug_zboss_thread_is_created(void)
Function for checking if the ZBOSS thread has been created.
bool zigbee_is_zboss_thread_suspended(void)
Function for getting the state of the Zigbee stack thread processing suspension.
void zigbee_debug_suspend_zboss_thread(void)
Function for suspending the ZBOSS thread.
bool zigbee_is_stack_started(void)
Function for checking if the Zigbee stack has been started.
void zigbee_enable(void)
Function for starting the Zigbee thread.
void zigbee_debug_resume_zboss_thread(void)
Function for resuming the ZBOSS thread.