Return codes for Ember API functions and module definitions.

See Status Codes for documentation.

License#

Copyright 2018 Silicon Laboratories Inc. www.silabs.com

The licensor of this software is Silicon Laboratories Inc. Your use of this software is governed by the terms of Silicon Labs Master Software License Agreement (MSLA) available at www.silabs.com/about-us/legal/master-software-license-agreement. This software is distributed to you in Source Code format and is governed by the sections of the MSLA applicable to Source Code.

/***************************************************************************/
#ifndef SILABS_ERRORS_H
#define SILABS_ERRORS_H

#include "include/error-def.h"

#ifndef __EMBERSTATUS_TYPE__
#define __EMBERSTATUS_TYPE__
typedef uint8_t EmberStatus;
#endif // __EMBERSTATUS_TYPE__

#endif // SILABS_ERRORS_H

Macros#

#define

Typedefs#

typedef uint8_t

Macro Definition Documentation#

__EMBERSTATUS_TYPE__#

#define __EMBERSTATUS_TYPE__

Definition at line 26 of file stack/include/error.h

Typedef Documentation#

EmberStatus#

typedef uint8_t EmberStatus

Definition at line 27 of file stack/include/error.h