Home
last modified time | relevance | path

Searched refs:module_name (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/power_manager/src/sleep_loop/
Dsl_power_manager_debug.c71 printf("| %s\n", entry->module_name); in sl_power_manager_debug_print_em_requirements()
118 entry->module_name = name; in power_manager_log_add_requirement()
126 if (strcmp(entry->module_name, name) == 0) { in power_manager_log_add_requirement()
Dsli_power_manager_private.h69 const char *module_name; member