Zigbee Protocol Controller 1.6.0
|
#include "sl_status.h"
Go to the source code of this file.
Macros | |
#define | ZIGPC_CURRENT_DATASTORE_VERSION (ZIGPC_DATASTORE_VERSION_LAST - 1) |
Current datastore version used by the ZigPC. More... | |
Typedefs | |
typedef enum zigpc_datastore_version | zigpc_datastore_version_t |
Versioning of the ZigPC datastore. More... | |
Enumerations | |
enum | zigpc_datastore_version { ZIGPC_DATASTORE_VERSION_V1 = 1 , ZIGPC_DATASTORE_VERSION_LAST } |
Versioning of the ZigPC datastore. More... | |
Functions | |
sl_status_t | zigpc_uic_datastore_fixt_setup (void) |
Fixture for setting up the zigpc_datastore component. More... | |