Home
last modified time | relevance | path

Searched refs:SYS_TICK_FREQ_ADJUST_FUNC (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_m/kernel/include/
Dlos_tick.h296 typedef UINT32 (*SYS_TICK_FREQ_ADJUST_FUNC)(UINTPTR param); typedef
318 extern UINT32 LOS_SysTickClockFreqAdjust(const SYS_TICK_FREQ_ADJUST_FUNC handler, UINTPTR param);
/kernel/liteos_m/kernel/src/
Dlos_tick.c238 UINT32 LOS_SysTickClockFreqAdjust(const SYS_TICK_FREQ_ADJUST_FUNC handler, UINTPTR param) in LOS_SysTickClockFreqAdjust()