dRonin
adbada4
dRonin firmware
|
Go to the source code of this file.
Data Structures | |
struct | initmodule_t |
Macros | |
#define | __define_module_initcall(level, ifn, sfn) |
#define | MODULE_HIPRI_INITCALL(ifn, sfn) __define_module_initcall("a_module", ifn, sfn) |
#define | MODULE_INITCALL(ifn, sfn) __define_module_initcall("module", ifn, sfn) |
#define | MODULE_INITIALISE_ALL(wdgfn) |
#define | MODULE_TASKCREATE_ALL |
Typedefs | |
typedef int32_t(* | initcall_t )(void) |
Variables | |
initmodule_t | __module_initcall_start [] |
initmodule_t | __module_initcall_end [] |