Macros
Defines
Collaboration diagram for Defines:

Macros

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

Detailed Description

Macro Definition Documentation

◆ BSP_MIN

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

Computes the minimum of x and y.

Definition at line 59 of file nm_bsp.h.

◆ CONST

#define CONST   const

Definition at line 49 of file nm_bsp.h.

◆ NM_BSP_B_L_16

#define NM_BSP_B_L_16 (   x)    (x)

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

Definition at line 241 of file nm_bsp.h.

◆ NM_BSP_B_L_32

#define NM_BSP_B_L_32 (   x)    (x)

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

Definition at line 239 of file nm_bsp.h.

◆ NMI_API

#define NMI_API

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

Definition at line 45 of file nm_bsp.h.

◆ NULL

#define NULL   ((void*)0)

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

Definition at line 52 of file nm_bsp.h.



inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:00