Macros | |
#define | BSP_MIN(x, y) ((x)>(y)?(y):(x)) |
#define | CONST const |
#define | FALSE (0) |
#define | NMI_API |
#define | NULL ((void*)0) |
#define | TRUE (1) |
Typedefs | |
typedef void(* | tpfNmBspIsr )(void) |
Pointer to function. Used as a data type of ISR function registered by nm_bsp_register_isr. More... | |
#define BSP_MIN | ( | x, | |
y | |||
) | ((x)>(y)?(y):(x)) |
Computes the minimum of x and y.
#define CONST const |
Used for code portability.
#define FALSE (0) |
#define NMI_API |
Attribute used to define memory section to map Functions in host memory.
#define NULL ((void*)0) |
Void Pointer to '0' in case of NULL is not defined.
#define TRUE (1) |
void(* tpfNmBspIsr)(void) |
Pointer to function.
Used as a data type of ISR function registered by nm_bsp_register_isr.