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... | |
| #define BSP_MIN | ( | x, | |
| y | |||
| ) | ((x)>(y)?(y):(x)) |
Computes the minimum of x and y.
| #define CONST const |
Used for code portability.
| #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.
| void(* tpfNmBspIsr)(void) |
Pointer to function.
Used as a data type of ISR function registered by nm_bsp_register_isr.