Searched defs:TimerCreatePara (Results 1 – 1 of 1) sorted by relevance
262 struct TimerCreatePara { struct264 U32 moduleId;266 enum TimerType type;268 enum TmrMode mode;270 U32 interval;274 U32 timerGroupId;276 U16 hwiPrio;277 U16 resv;304 * <li>struct TimerCreatePara参数里面的interval元素表示定时器周期,软件定时器单位是ms, argument308 * @param createPara [IN] 类型#struct TimerCreatePara *,定时器创建参数 argument