Searched refs:rt_module_load_hook (Results 1 – 1 of 1) sorted by relevance
93 static void (*rt_module_load_hook)(rt_module_t module); variable110 rt_module_load_hook = hook; in rt_module_load_sethook()339 if (rt_module_load_hook != RT_NULL) in rt_module_open()341 rt_module_load_hook(module); in rt_module_open()540 if (rt_module_load_hook != RT_NULL) in rt_module_exec_cmd()542 rt_module_load_hook(module); in rt_module_exec_cmd()
Completed in 5 milliseconds