Lines Matching refs:ms
93 * @brief Obtains the system time (unit: ms).CNcomment:获取系统时间(单位:ms)。CNend
96 * Obtains the system time (unit: ms).CNcomment:获取系统时间(单位:ms)。CNend
204 * Convert milliseconds to ticks,ms is greater than 10ms, ticks = ms / 10,
206 CNcomment: 将milliseconds换算为ticks,ms大于10ms,ticks=ms/10。CNend
209 * @param ms [IN] type #hi_u32, milliseconds.
210 * @param include0 [IN] type #hi_bool, ms is 0, if include0 is HI_TRUE, return 0 tick,otherwise return 1 tick.
211 CNcomment:入参ms为0时,如果include0为HI_TRUE,换算结果为0;否则换算结果为1。CNend
217 hi_u32 hi_ms2systick (hi_u32 ms, hi_bool include0);