Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
zpal_status.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
12#ifndef ZPAL_STATUS_H_
13#define ZPAL_STATUS_H_
14
15#include <stdint.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
45
51#ifdef __cplusplus
52}
53#endif
54
55#endif /* ZPAL_STATUS_H_ */
zpal_status_t
ZPAL statuses to be used by ZPAL APIs.
Definition zpal_status.h:38
@ ZPAL_STATUS_BUSY
Process is busy.
Definition zpal_status.h:42
@ ZPAL_STATUS_FAIL
Generic error.
Definition zpal_status.h:40
@ ZPAL_STATUS_INVALID_ARGUMENT
At least one argument is invalid.
Definition zpal_status.h:43
@ ZPAL_STATUS_OK
No error.
Definition zpal_status.h:39
@ ZPAL_STATUS_BUFFER_FULL
There is no more room in the buffer.
Definition zpal_status.h:41