Zigbee Protocol Controller 1.6.0
|
#include <inttypes.h>
Go to the source code of this file.
Macros | |
#define | UIC_ENUM(name, type) |
Enum with <type> as size, where type may be any integer type. More... | |
#define | UIC_ENUM8(name) UIC_ENUM(name, uint8_t) |
Enum with 8 bit size. More... | |
#define | UIC_ENUM16(name) UIC_ENUM(name, uint16_t) |
Enum with 16 bit size. More... | |
#define | UIC_ENUM32(name) UIC_ENUM(name, uint32_t) |
Enum with 32 bit size. More... | |