nm_drv.h File Reference
definition nm_drv-related data structures. More...
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | nm_drv_s |
| a driver. More... | |
Macros | |
| #define | NM_FOR_EACH_DRIVER(p_drv, p_core) puk_list_foreach(nm_drv, p_drv, &(p_core)->driver_list) |
Functions | |
| PUK_LIST_DECLARE_TYPE (nm_drv) | |
| PUK_LIST_CREATE_FUNCS (nm_drv) | |
Detailed Description
definition nm_drv-related data structures.
Definition in file nm_drv.h.
Macro Definition Documentation
◆ NM_FOR_EACH_DRIVER
| #define NM_FOR_EACH_DRIVER | ( | p_drv, | |
| p_core | |||
| ) | puk_list_foreach(nm_drv, p_drv, &(p_core)->driver_list) |
Function Documentation
◆ PUK_LIST_CREATE_FUNCS()
| PUK_LIST_CREATE_FUNCS | ( | nm_drv | ) |
◆ PUK_LIST_DECLARE_TYPE()
| PUK_LIST_DECLARE_TYPE | ( | nm_drv | ) |