Home
last modified time | relevance | path

Searched refs:cn (Results 1 – 5 of 5) sorted by relevance

/components/drivers/usb/cherryusb/port/xhci/phytium/
A DREADME.md34 …源代码请联系 `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…
/components/drivers/usb/cherryusb/port/pusb2/
A DREADME.md33 需要获取源代码请联系 `opensource_embedded@phytium.com.cn` 获取
66 - To obtain the source code, please contact `opensource_embedded@phytium.com.cn`.
/components/drivers/usb/cherryusb/
A DREADME_zh.md217 - [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 。
A DREADME.md214 - [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.
/components/net/sal/src/
A Dsal_socket.c135 int cn; in sal_init() local
144 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