Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/include/timer/
Dtimer_core.h139 int32_t TimerCntrlStop(struct TimerCntrl *cntrl);
/drivers/hdf_core/framework/support/platform/src/timer/
Dtimer_if.c109 if (TimerCntrlStop(cntrl) != HDF_SUCCESS) { in HwTimerStop()
Dtimer_core.c155 int32_t TimerCntrlStop(struct TimerCntrl *cntrl) in TimerCntrlStop() function
281 return TimerCntrlStop(TimerCntrlOpen(number)); in TimerIoStop()