Lines Matching defs:halTimerHandle
65 static hal_timer_status_t HAL_CTimerConfigTimeout(hal_timer_handle_t halTimerHandle, uint32_t timeo… in HAL_CTimerConfigTimeout()
99 hal_timer_status_t HAL_TimerInit(hal_timer_handle_t halTimerHandle, hal_timer_config_t *halTimerCon… in HAL_TimerInit()
116 void HAL_TimerDeinit(hal_timer_handle_t halTimerHandle) in HAL_TimerDeinit()
124 void HAL_TimerEnable(hal_timer_handle_t halTimerHandle) in HAL_TimerEnable()
132 void HAL_TimerDisable(hal_timer_handle_t halTimerHandle) in HAL_TimerDisable()
140 void HAL_TimerInstallCallback(hal_timer_handle_t halTimerHandle, hal_timer_callback_t callback, voi… in HAL_TimerInstallCallback()
148 uint32_t HAL_TimerGetMaxTimeout(hal_timer_handle_t halTimerHandle) in HAL_TimerGetMaxTimeout()
161 uint32_t HAL_TimerGetCurrentTimerCount(hal_timer_handle_t halTimerHandle) in HAL_TimerGetCurrentTimerCount()
168 hal_timer_status_t HAL_TimerUpdateTimeout(hal_timer_handle_t halTimerHandle, uint32_t timeout) in HAL_TimerUpdateTimeout()
173 void HAL_TimerExitLowpower(hal_timer_handle_t halTimerHandle) in HAL_TimerExitLowpower()
178 void HAL_TimerEnterLowpower(hal_timer_handle_t halTimerHandle) in HAL_TimerEnterLowpower()