Home
last modified time | relevance | path

Searched defs:stopSig (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_dispatcher.c206 srtm_sem_t stopSig = SRTM_Sem_Create(1U, 0U, &disp->stopSigStatic); in SRTM_Dispatcher_Create() local
212 srtm_sem_t stopSig = SRTM_Sem_Create(1U, 0U); in SRTM_Dispatcher_Create() local
Dsrtm_dispatcher_struct.h66 srtm_sem_t stopSig; /*!< SRTM dispatcher stop signal */ member