Home
last modified time | relevance | path

Searched refs:LOS_ERRNO_TICK_PER_SEC_TOO_SMALL (Results 1 – 15 of 15) sorted by relevance

/kernel/liteos_a/kernel/include/
Dlos_tick.h80 #define LOS_ERRNO_TICK_PER_SEC_TOO_SMALL LOS_ERRNO_OS_ERROR(LOS_MOD_TICK, 0x02) macro
/kernel/liteos_m/arch/arm/cortex-m3/keil/
Dlos_timer.c74 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/
Dlos_timer.c72 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/
Dlos_timer.c72 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/
Dlos_timer.c73 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/
Dlos_timer.c73 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/arch/arm/cortex-m4/gcc/
Dlos_timer.c73 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/
Dlos_timer.c73 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/
Dlos_timer.c73 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/arch/arm/cortex-m7/iar/
Dlos_timer.c73 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/
Dlos_timer.c73 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/arch/arm/cortex-m4/iar/
Dlos_timer.c73 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/
Dlos_timer.c72 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/arch/arm/cortex-m7/gcc/
Dlos_timer.c73 return LOS_ERRNO_TICK_PER_SEC_TOO_SMALL; in SysTickStart()
/kernel/liteos_m/kernel/include/
Dlos_tick.h79 #define LOS_ERRNO_TICK_PER_SEC_TOO_SMALL LOS_ERRNO_OS_ERROR(LOS_MOD_TICK, 0x02) macro