Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_dispatcher_struct.h60 volatile bool stopReq; /*!< SRTM dispatcher stop request flag */ member
Dsrtm_dispatcher.c229 disp->stopReq = false; in SRTM_Dispatcher_Create()
306 disp->stopReq = false; in SRTM_Dispatcher_Start()
322 disp->stopReq = true; in SRTM_Dispatcher_Stop()
355 while (!disp->stopReq) in SRTM_Dispatcher_Run()
360 while (!disp->stopReq) in SRTM_Dispatcher_Run()