Home
last modified time | relevance | path

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

/bsp/stm32/stm32f407-rt-spark/board/ports/pm/
A Ddrv_wakeup.c20 static void (*_wakeup_hook)(void); variable
26 _wakeup_hook = hook; in bsp_register_wakeup()
33 if (_wakeup_hook) in _wakeup_callback()
34 _wakeup_hook(); in _wakeup_callback()
/bsp/stm32/stm32f407-lckfb-skystar/board/ports/pm/
A Ddrv_wakeup.c20 static void (*_wakeup_hook)(void); variable
26 _wakeup_hook = hook; in bsp_register_wakeup()
33 if (_wakeup_hook) in _wakeup_callback()
34 _wakeup_hook(); in _wakeup_callback()

Completed in 9 milliseconds