Zigbee Protocol Controller 1.6.0
zigpc_command_mapper.h
Go to the documentation of this file.
1/*******************************************************************************
2 * # License
3 * <b>Copyright 2020 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
25#ifndef ZIGPC_COMMAND_MAPPER_H
26#define ZIGPC_COMMAND_MAPPER_H
27
28#include "sl_status.h"
29
38
48
49#endif //ZIGPC_COMMAND_MAPPER_H
50
int zigpc_command_mapper_shutdown(void)
zigpc_command_mapper_shutdown - graceful shuts down all parts of the command mapper,...
Definition: zigpc_command_mapper.c:382
sl_status_t zigpc_command_mapper_setup(void)
zigpc_command_mapper_setup - sets up the parts of the software used by the command mapper
Definition: zigpc_command_mapper.c:367
uint32_t sl_status_t
Definition: sl_status.h:139
SL Status Codes.