Searched refs:cn (Results 1 – 5 of 5) sorted by relevance
34 …源代码请联系 `opensource_embedded@phytium.com.cn` 获取,如需移植运行到非 Phytium 系列 CPU 平台请提前联系`opensource_embedded…69 - To obtain the source code, please contact `opensource_embedded@phytium.com.cn`. 70 - For porting to non-Phytium CPU platforms, shall contact `opensource_embedded@phytium.com.cn` in a…
33 需要获取源代码请联系 `opensource_embedded@phytium.com.cn` 获取66 - To obtain the source code, please contact `opensource_embedded@phytium.com.cn`.
217 - [YOC](https://www.xrvm.cn/document?temp=usb-host-protocol-stack-device-driver-adaptation-instruct…222 参考 https://cherryusb.readthedocs.io/zh-cn/latest/support/index.html 。
214 - [YOC](https://www.xrvm.cn/document?temp=usb-host-protocol-stack-device-driver-adaptation-instruct…219 Refer to https://cherryusb.readthedocs.io/zh-cn/latest/support/index.html.
135 int cn; in sal_init() local144 cn = SOCKET_TABLE_STEP_LEN < SAL_SOCKETS_NUM ? SOCKET_TABLE_STEP_LEN : SAL_SOCKETS_NUM; in sal_init()145 socket_table.max_socket = cn; in sal_init()146 socket_table.sockets = rt_calloc(1, cn * sizeof(struct sal_socket *)); in sal_init()
Completed in 12 milliseconds