NetBurner 3.1
Defines

Macros

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

Typedefs

typedef void(* tpfNmBspIsr) (void)
 Pointer to function.
Used as a data type of ISR function registered by nm_bsp_register_isr. More...
 

Detailed Description

Macro Definition Documentation

◆ BSP_MIN

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

Computes the minimum of x and y.

◆ CONST

#define CONST   const

Used for code portability.

◆ NMI_API

#define NMI_API

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

◆ NULL

#define NULL   ((void*)0)

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

Typedef Documentation

◆ tpfNmBspIsr

void(* tpfNmBspIsr)(void)

Pointer to function.
Used as a data type of ISR function registered by nm_bsp_register_isr.

Returns
None