ti_sysbios_knl_Event_pend__E使用问题
时间:12-23
整理:3721RD
点击:
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 本函数用户不可见,有没有关于本函数或类似函数的使用或介绍的详细文档或资料,谢谢!
可以的 单位是system time units
说明在这里
C:\TI\tirtos_cc13xx_cc26xx_2_16_01_14\products\bios_6_45_02_31\docs\cdoc\index.html
左边选项里面 ti->sysbios->knl->event