| /components/drivers/usb/cherryusb/class/hub/ |
| A D | usbh_hub.h | 17 int usbh_hub_set_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature); 18 int usbh_hub_clear_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature);
|
| A D | usbh_hub.c | 125 static int _usbh_hub_set_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature) in _usbh_hub_set_feature() argument 133 setup->wValue = feature; in _usbh_hub_set_feature() 140 static int _usbh_hub_clear_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature) in _usbh_hub_clear_feature() argument 148 setup->wValue = feature; in _usbh_hub_clear_feature() 237 int usbh_hub_set_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature) in usbh_hub_set_feature() argument 246 setup->wValue = feature; in usbh_hub_set_feature() 251 return _usbh_hub_set_feature(hub, port, feature); in usbh_hub_set_feature() 255 int usbh_hub_clear_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature) in usbh_hub_clear_feature() argument 264 setup->wValue = feature; in usbh_hub_clear_feature() 269 return _usbh_hub_clear_feature(hub, port, feature); in usbh_hub_clear_feature()
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 99 Added long file name feature. (_USE_LFN) 100 Added multiple code page feature. (_CODE_PAGE) 112 Added multiple sector size feature. 120 Added relative path feature. 139 Added file lock feature. (_FS_SHARE) 140 Added fast seek feature. (_USE_FASTSEEK) 150 Added sector erase feature. (_USE_ERASE) 158 Fast seek feature is also applied to f_read() and f_write(). 167 f_mkfs() supports multiple partition to complete the multiple partition feature. 191 Added forced mount feature with changes of f_mount(). [all …]
|
| A D | ff.h | 71 #error exFAT feature wants C99 or later
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00history.txt | 99 Added long file name feature. (_USE_LFN) 100 Added multiple code page feature. (_CODE_PAGE) 112 Added multiple sector size feature. 120 Added relative path feature. 139 Added file lock feature. (_FS_SHARE) 140 Added fast seek feature. (_USE_FASTSEEK) 150 Added sector erase feature. (_USE_ERASE) 158 Fast seek feature is also applied to f_read() and f_write(). 167 f_mkfs() supports multiple partition to complete the multiple partition feature. 191 Added forced mount feature with changes of f_mount(). [all …]
|
| A D | ff.h | 71 #error exFAT feature wants C99 or later
|
| /components/legacy/usb/usbhost/core/ |
| A D | hub.c | 232 rt_err_t rt_usbh_hub_clear_port_feature(uhub_t hub, rt_uint16_t port, rt_uint16_t feature) in rt_usbh_hub_clear_port_feature() argument 244 (void*)(rt_uint32_t)feature); in rt_usbh_hub_clear_port_feature() 253 setup.wValue = feature; in rt_usbh_hub_clear_port_feature() 273 rt_uint16_t feature) in rt_usbh_hub_set_port_feature() argument 285 (void*)(rt_uint32_t)feature); in rt_usbh_hub_set_port_feature() 294 setup.wValue = feature; in rt_usbh_hub_set_port_feature()
|
| A D | usbhost_core.c | 450 rt_err_t rt_usbh_clear_feature(uinst_t device, int endpoint, int feature) in rt_usbh_clear_feature() argument 463 setup.wValue = feature; in rt_usbh_clear_feature()
|
| /components/drivers/include/drivers/ |
| A D | usb_host.h | 179 rt_err_t rt_usbh_clear_feature(struct uinstance* device, int endpoint, int feature); 204 rt_uint16_t feature); 206 rt_uint16_t feature);
|
| /components/drivers/core/ |
| A D | Kconfig | 6 to parse and support device tree feature.
|
| /components/libc/cplusplus/ |
| A D | Kconfig | 8 bool "Enable C++11 standard multi-threading feature support"
|
| /components/finsh/ |
| A D | Kconfig | 29 bool "Enable command history feature"
|
| /components/lwp/ |
| A D | Kconfig | 45 bool "The switch of ASID feature"
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 65 feature is disabled in the port, so we don't care about the new 66 "environment variables" pppd feature.
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 65 feature is disabled in the port, so we don't care about the new 66 "environment variables" pppd feature.
|
| /components/utilities/ |
| A D | Kconfig | 13 bool "Enable file transfer feature"
|
| /components/dfs/ |
| A D | Kconfig | 141 bool "Enable sector erase feature"
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 309 # Note: This feature currently applies only to Markdown headings. 386 # Note that this feature does not work in combination with 713 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the 858 # directories that are symbolic links (a Unix file system feature) are excluded 1017 # can opt to disable this feature. 1452 # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can 1981 # structure of the code including all documentation. Note that this feature is 1994 # Note that this feature is still experimental and incomplete at the moment. 2512 # this, this feature is disabled by default.
|
| A D | lwip.Doxyfile.cmake.in | 309 # Note: This feature currently applies only to Markdown headings. 386 # Note that this feature does not work in combination with 713 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the 858 # directories that are symbolic links (a Unix file system feature) are excluded 1017 # can opt to disable this feature. 1452 # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can 1981 # structure of the code including all documentation. Note that this feature is 1994 # Note that this feature is still experimental and incomplete at the moment. 2512 # this, this feature is disabled by default.
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 377 # Note that this feature does not work in combination with 704 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the 848 # directories that are symbolic links (a Unix file system feature) are excluded 1006 # can opt to disable this feature. 1441 # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can 1970 # structure of the code including all documentation. Note that this feature is 1983 # Note that this feature is still experimental and incomplete at the moment. 2486 # this, this feature is disabled by default.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 447 - Print packet debug feature optional, through PRINTPKT_SUPPORT 475 feature to lwIP, L2TP being a widely used tunnel protocol. 2648 each 10ms (but, it's intrusive if you use sys_timeout feature). Now, you can
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 700 - Print packet debug feature optional, through PRINTPKT_SUPPORT 728 feature to lwIP, L2TP being a widely used tunnel protocol. 2901 each 10ms (but, it's intrusive if you use sys_timeout feature). Now, you can
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1692 each 10ms (but, it's intrusive if you use sys_timeout feature). Now, you can
|