WINC1500 IoT Software APIs: Defines

WINC1500 IoT Software API

WINC1500 IoT Software APIs  19.5.2
WINC Software API Reference Manual
Defines

Macros

#define NMI_API
 
#define CONST   const
 
#define NULL   ((void*)0)
 
#define BSP_MIN(x, y)   ((x)>(y)?(y):(x))
 

Detailed Description

Macro Definition Documentation

◆ NMI_API

#define NMI_API

Attribute used to define memory section to map Functions in host memory.

◆ CONST

#define CONST   const

Used for code portability.

◆ NULL

#define NULL   ((void*)0)

Void Pointer to '0' in case of NULL is not defined.

◆ BSP_MIN

#define BSP_MIN (   x,
 
)    ((x)>(y)?(y):(x))

Computes the minimum of x and y.

Generated on Thu Jan 26 2017 22:15:21 for WINC1500 IoT Software APIs by   doxygen 1.8.13