Z-Wave Typedefs#

Functions#

uint32_t
minimum(uint32_t x, uint32_t y)

Macros#

#define
ZW_WEAK __attribute__((weak))
#define
EOF (-1)
#define
NULL ((void*)0)
#define

This definition is used for task-functions and allows the compiler to know this detail and therefore do optimizations on the function.

#define
VOID_CALLBACKFUNC (completedFunc)

Define for making easy and consistent callback definitions.

#define

Safe null pointer check.

#define
#define

Function Documentation#

minimum#

static uint32_t minimum (uint32_t x, uint32_t y)
Parameters
TypeDirectionArgument NameDescription
uint32_tN/Ax
uint32_tN/Ay

Macro Definition Documentation#

ZW_WEAK#

#define ZW_WEAK
Value:
__attribute__((weak))

EOF#

#define EOF
Value:
(-1)

NULL#

#define NULL
Value:
((void*)0)

NO_RETURN#

#define NO_RETURN

This definition is used for task-functions and allows the compiler to know this detail and therefore do optimizations on the function.


VOID_CALLBACKFUNC#

#define VOID_CALLBACKFUNC
Value:
(completedFunc)

Define for making easy and consistent callback definitions.


IS_NULL#

#define IS_NULL
Value:
(x)

Safe null pointer check.


NON_NULL#

#define NON_NULL
Value:
(x)

UIP_HTONL#

#define UIP_HTONL
Value:
(x)