Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_peercore.c55 core->wakeupFunc = NULL; in SRTM_PeerCore_Create()
154 if (core->wakeupFunc != NULL) in SRTM_PeerCore_Activate()
156 status = core->wakeupFunc(core, core->wakeupParam); in SRTM_PeerCore_Activate()
176 core->wakeupFunc = wakeup; in SRTM_PeerCore_Deactivate()
Dsrtm_peercore_struct.h37 srtm_peercore_wakeup_cb_t wakeupFunc; member