This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ti_sysbios_knl_Event_pend__E使用问题

Other Parts Discussed in Thread: SYSBIOS

xdc_UInt ti_sysbios_knl_Event_pend__E( ti_sysbios_knl_Event_Handle __inst, xdc_UInt andMask, xdc_UInt orMask, xdc_UInt32 timeout );

最后一个参数已知2种定义,如下:

/* WAIT_FOREVER */
#define ti_sysbios_BIOS_WAIT_FOREVER (~(0))

/* NO_WAIT */
#define ti_sysbios_BIOS_NO_WAIT (0)

除此之外,

(1)是否可以设置固定时间的延时时间?

(2)xdc_UInt32 timeout 改延时时间的时间单位是多少,测试发现不是ms,也不是s

(3)ti_sysbios_knl_Event_pend__E 本函数用户不可见,有没有关于本函数或类似函数的使用或介绍的详细文档或资料,谢谢!