Home
last modified time | relevance | path

Searched refs:rt (Results 1 – 21 of 21) sorted by relevance

/components/drivers/usb/cherryusb/port/pusb2/
A DREADME.md11 - - 5. [RT-Thread 上作为主机识别键盘/鼠标/U盘](https://github.com/RT-Thread/rt-thread/blob/master/bsp/phytium/d…
21 - - 5. [RT-Thread 上模拟为一个 U 盘](https://github.com/RT-Thread/rt-thread/blob/master/bsp/phytium/doc/us…
45 …mouse/USB flash drive as a host on RT-Thread](https://github.com/RT-Thread/rt-thread/blob/master/b…
54 …- 5. [Simulating as a USB flash drive on RT-Thread](https://github.com/RT-Thread/rt-thread/blob/ma…
/components/libc/cplusplus/cpp11/
A DREADME.md5 Here are some features about rt-thread c++11 threading futures.
17 Note that using C++ 11 in rt-thread requires modifying some of the files in the toolchain. Before m…
A DREADME_ZH.md1 # cpp 11 support for rt-thread
/components/net/lwip/lwip-2.0.3/
A DREADME.md7 liuxianliang@rt-thread.com
19 chenyong@rt-thread.com
/components/utilities/rt-link/src/
A DSConscript8 group = DefineGroup('rt-link', src, depend = ['RT_USING_RT_LINK'], CPPPATH = CPPPATH)
A Drtlink.c1196 MSH_CMD_EXPORT(rt_link_deinit, rt link deinit);
1268 MSH_CMD_EXPORT(rt_link_init, rt link init);
/components/drivers/usb/cherryusb/
A DSConscript105 path += [cwd + '/port/pusb2/rt-thread']
106 src += Glob('port/pusb2/rt-thread/usb_dc_glue_phytium.c')
249 path += [cwd + '/port/pusb2/rt-thread']
250 src += Glob('port/pusb2/rt-thread/usb_hc_glue_phytium.c')
259 path += [cwd + '/port/xhci/phytium/rt-thread']
260 src += Glob('port/xhci/phytium/rt-thread/usb_glue_phytium_plat.c')
261 src += Glob('port/xhci/phytium/rt-thread/usb_glue_phytium.c')
A DREADME_zh.md216 - [RT-Thread](https://packages.rt-thread.org/detail.html?package=CherryUSB)
A DREADME.md213 - [RT-Thread](https://packages.rt-thread.org/detail.html?package=CherryUSB)
/components/libc/
A Dposix-info.txt309 - tzname ; you should better use 'tz_xxx' in the rt-thread.
310 - tzset() ; you should better use 'tz_xxx' in the rt-thread.
316 % fdatasync() ;smaller ranther than <fsync>, in the rt-thread, it is universal
/components/utilities/rt-link/
A DKconfig17 menu "rt link debug option"
/components/drivers/usb/cherryusb/port/xhci/phytium/
A DREADME.md18 - - 1. [XHCI 平台控制器识别鼠标/键盘/U盘](https://github.com/RT-Thread/rt-thread/blob/master/bsp/phytium/doc/us…
53 …troller recognizing mouse/keyboard/USB drive](https://github.com/RT-Thread/rt-thread/blob/master/b…
/components/net/lwip/lwip-1.4.1/
A DREADME.md12 chenyong@rt-thread.com
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmsg_in.c804 if (msg_ps->rt == SNMP_ASN1_PDU_GET_NEXT_REQ) in snmp_msg_event()
808 else if (msg_ps->rt == SNMP_ASN1_PDU_GET_REQ) in snmp_msg_event()
812 else if(msg_ps->rt == SNMP_ASN1_PDU_SET_REQ) in snmp_msg_event()
863 ((msg_ps->rt != SNMP_ASN1_PDU_GET_REQ) && in snmp_recv()
864 (msg_ps->rt != SNMP_ASN1_PDU_GET_NEXT_REQ) && in snmp_recv()
865 (msg_ps->rt != SNMP_ASN1_PDU_SET_REQ)) || in snmp_recv()
1027 m_stat->rt = type & 0x1F; in snmp_pdu_header_check()
1302 if (m_stat->rt == SNMP_ASN1_PDU_SET_REQ) in snmp_pdu_dec_varbindlist()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsnmp_msg.h230 u8_t rt; member
/components/mprotect/
A DREADME.md5 …-M和ARMV8-M都提供了内存保护单元,简称MPU(Memory Protection Unit)。[论坛里的这篇文章](https://club.rt-thread.org/ask/artic…
/components/libc/cplusplus/cpp11/gcc/
A Dthread226 // the precision is limited by rt-thread thread API
/components/utilities/
A DKconfig237 rsource "rt-link/Kconfig"
/components/drivers/spi/sfud/
A DREADME.md292 …k/SFUD/tree/master/demo/stm32f2xx_rtt) |STM32F2XX + [RT-Thread](http://www.rt-thread.org/) 操作系统平台|
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c1412 LBA_t rt[2]; in remove_chain() local
1448 rt[0] = clst2sect(fs, scl); /* Start of data area to be freed */ in remove_chain()
1449 rt[1] = clst2sect(fs, ecl) + fs->csize - 1; /* End of data area to be freed */ in remove_chain()
1450 …disk_ioctl(fs->pdrv, CTRL_TRIM, rt); /* Inform storage device that the data in the block may be e… in remove_chain()
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c1442 LBA_t rt[2]; in remove_chain() local
1478 rt[0] = clst2sect(fs, scl); /* Start of data area to be freed */ in remove_chain()
1479 rt[1] = clst2sect(fs, ecl) + fs->csize - 1; /* End of data area to be freed */ in remove_chain()
1480 …disk_ioctl(fs->pdrv, CTRL_TRIM, rt); /* Inform storage device that the data in the block may be e… in remove_chain()

Completed in 43 milliseconds