Zigbee Protocol Controller
1.6.0
zigpc_controller.h
Go to the documentation of this file.
1
/*******************************************************************************
2
* # License
3
* <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
4
*******************************************************************************
5
*
6
* The licensor of this software is Silicon Laboratories Inc. Your use of this
7
* software is governed by the terms of Silicon Labs Master Software License
8
* Agreement (MSLA) available at
9
* www.silabs.com/about-us/legal/master-software-license-agreement. This
10
* software is distributed to you in Source Code format and is governed by the
11
* sections of the MSLA applicable to Source Code.
12
*
13
******************************************************************************/
14
27
#ifndef ZIGPC_CONTROLLER_H
28
#define ZIGPC_CONTROLLER_H
29
30
// Shared Unify includes
31
#include <
sl_status.h
>
32
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
36
43
sl_status_t
zigpc_ctrl_fixt_setup
(
void
);
44
53
int
zigpc_ctrl_fixt_shutdown
(
void
);
54
55
#ifdef __cplusplus
56
}
57
#endif
58
59
#endif
//ZIGPC_CONTROLLER_H
sl_status_t
uint32_t sl_status_t
Definition:
sl_status.h:139
zigpc_ctrl_fixt_setup
sl_status_t zigpc_ctrl_fixt_setup(void)
Setup routines as a part of ZigPC Controller.
zigpc_ctrl_fixt_shutdown
int zigpc_ctrl_fixt_shutdown(void)
Graceful shutdown of ZigPC Controller modules, expected to be called before the program exits.
sl_status.h
SL Status Codes.
applications
zigpc
components
controller
include
zigpc_controller.h
Generated on Wed Aug 7 2024 15:21:43 for Zigbee Protocol Controller by
1.9.4