Lines Matching defs:halTimerHandle
65 static uint8_t HAL_TimerGetInstance(hal_timer_handle_t halTimerHandle) in HAL_TimerGetInstance()
76 static void HAL_TimerHwInit(hal_timer_handle_t halTimerHandle) in HAL_TimerHwInit()
136 hal_timer_status_t HAL_TimerInit(hal_timer_handle_t halTimerHandle, hal_timer_config_t *halTimerCon… in HAL_TimerInit()
159 void HAL_TimerDeinit(hal_timer_handle_t halTimerHandle) in HAL_TimerDeinit()
168 void HAL_TimerEnable(hal_timer_handle_t halTimerHandle) in HAL_TimerEnable()
175 void HAL_TimerDisable(hal_timer_handle_t halTimerHandle) in HAL_TimerDisable()
182 void HAL_TimerInstallCallback(hal_timer_handle_t halTimerHandle, hal_timer_callback_t callback, voi… in HAL_TimerInstallCallback()
188 uint32_t HAL_TimerGetMaxTimeout(hal_timer_handle_t halTimerHandle) in HAL_TimerGetMaxTimeout()
196 uint32_t HAL_TimerGetCurrentTimerCount(hal_timer_handle_t halTimerHandle) in HAL_TimerGetCurrentTimerCount()
204 hal_timer_status_t HAL_TimerUpdateTimeout(hal_timer_handle_t halTimerHandle, uint32_t timeout) in HAL_TimerUpdateTimeout()
222 void HAL_TimerExitLowpower(hal_timer_handle_t halTimerHandle) in HAL_TimerExitLowpower()
228 void HAL_TimerEnterLowpower(hal_timer_handle_t halTimerHandle) in HAL_TimerEnterLowpower()