Searched refs:wakeup_hook_fun (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/hal/pwrmgmt_hal/ |
A D | board_cpu_pwr.c | 218 if(pPsmDdHookInfo && pPsmDdHookInfo->wakeup_hook_fun) { in pmu_exec_wakeup_hook_funs() 219 pPsmDdHookInfo->wakeup_hook_fun(0, pPsmDdHookInfo->wakeup_param_ptr); in pmu_exec_wakeup_hook_funs() 246 …Id, PSM_HOOK_FUN sleep_hook_fun, void* sleep_param_ptr, PSM_HOOK_FUN wakeup_hook_fun, void* wakeup… in pmu_register_sleep_callback() argument 251 assert_param((sleep_hook_fun != NULL) || (wakeup_hook_fun != NULL)); in pmu_register_sleep_callback() 257 pPsmDdHookInfo->wakeup_hook_fun = wakeup_hook_fun; in pmu_register_sleep_callback() 300 …Id, PSM_HOOK_FUN sleep_hook_fun, void* sleep_param_ptr, PSM_HOOK_FUN wakeup_hook_fun, void* wakeup… in pmu_register_sleep_callback() argument
|
A D | pwrmgmt_api.h | 17 …Id, PSM_HOOK_FUN sleep_hook_fun, void* sleep_param_ptr, PSM_HOOK_FUN wakeup_hook_fun, void* wakeup…
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/ |
A D | freertos_pmu.h | 47 PSM_HOOK_FUN wakeup_hook_fun; member 77 …Id, PSM_HOOK_FUN sleep_hook_fun, void* sleep_param_ptr, PSM_HOOK_FUN wakeup_hook_fun, void* wakeup…
|
Completed in 4 milliseconds