Searched refs:tick_cfg_hook (Results 1 – 1 of 1) sorted by relevance
5 static void (*tick_cfg_hook)(uint32_t ticks) = HAL_NULL; variable9 tick_cfg_hook = hook; in hal_set_tick_hook()18 if (tick_cfg_hook != HAL_NULL) in hal_set_ticks()20 tick_cfg_hook(hw_ticks); in hal_set_ticks()
Completed in 4 milliseconds