Searched refs:timerStatus (Results 1 – 3 of 3) sorted by relevance
306 timer_status_t timerStatus;307 timerStatus = TM_Open((timer_handle_t)s_buttonList.timerHandle);308 assert(kStatus_TimerSuccess == timerStatus);310 … timerStatus = TM_InstallCallback(s_buttonList.timerHandle, BUTTON_TimerEvent, &s_buttonList);311 assert(kStatus_TimerSuccess == timerStatus);313 (void)timerStatus;332 timer_status_t timerStatus;333 timerStatus = TM_Close((timer_handle_t)s_buttonList.timerHandle);334 assert(kStatus_TimerSuccess == timerStatus);335 (void)timerStatus;
844 timer_status_t timerStatus; in HAL_UartDMAInit() local845 timerStatus = TM_Open((timer_handle_t)s_dmaHandleList.timerManagerHandle); in HAL_UartDMAInit()846 assert(kStatus_TimerSuccess == timerStatus); in HAL_UartDMAInit()848 timerStatus = in HAL_UartDMAInit()850 assert(kStatus_TimerSuccess == timerStatus); in HAL_UartDMAInit()854 (void)timerStatus; in HAL_UartDMAInit()
2164 timer_status_t timerStatus; in HAL_UartDMAInit() local2165 timerStatus = TM_Open((timer_handle_t)s_dmaHandleList.timerManagerHandle); in HAL_UartDMAInit()2166 assert(kStatus_TimerSuccess == timerStatus); in HAL_UartDMAInit()2168 …timerStatus = TM_InstallCallback((timer_handle_t)s_dmaHandleList.timerManagerHandle, TimeoutTimer_… in HAL_UartDMAInit()2170 assert(kStatus_TimerSuccess == timerStatus); in HAL_UartDMAInit()2174 (void)timerStatus; in HAL_UartDMAInit()