Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Defines

Macros

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

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

Computes the minimum value between x and y.

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

Computes the minimum value between x and y.

#define CONST   const

Used for code portability.

#define CONST   const

Used for code portability.

#define NM_BSP_B_L_16 (   x)    (x)

Retain endianness of 16bit word (In the case that Host is LE)

Referenced by hif_isr(), hif_send(), m2m_ip_cb(), send(), and sendto().

#define NM_BSP_B_L_16 (   x)    (x)

Retain endianness of 16bit word (In the case that Host is LE)

#define NM_BSP_B_L_32 (   x)    (x)

Retain endianness of 32bit word (In the case that Host is LE)

Referenced by m2m_wifi_set_static_ip(), recv(), and recvfrom().

#define NM_BSP_B_L_32 (   x)    (x)

Retain endianness of 32bit word (In the case that Host is LE)

#define NMI_API

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

#define NMI_API

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

#define NULL   ((void*)0)

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

#define NULL   ((void*)0)

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