Home
last modified time | relevance | path

Searched refs:SRTM_Sem_Destroy (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_sem.h53 void SRTM_Sem_Destroy(srtm_sem_t sem);
Dsrtm_dispatcher.c289 SRTM_Sem_Destroy(disp->startSig); in SRTM_Dispatcher_Destroy()
290 SRTM_Sem_Destroy(disp->stopSig); in SRTM_Dispatcher_Destroy()
291 SRTM_Sem_Destroy(disp->queueSig); in SRTM_Dispatcher_Destroy()
580 SRTM_Sem_Destroy(signal); in SRTM_Dispatcher_Request()
714 SRTM_Sem_Destroy(signal); in SRTM_Dispatcher_CallProc()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/port/
Dsrtm_sem_freertos.c42 void SRTM_Sem_Destroy(srtm_sem_t sem) in SRTM_Sem_Destroy() function