/components/legacy/usb/usbdevice/core/ |
A D | usbdevice_core.c | 293 ualtsetting_t setting; in _set_interface() local 315 for(i=setting->ep_list.next; i != &setting->ep_list; i=i->next) in _set_interface() 378 ualtsetting_t setting; in _set_config() local 413 for(k=setting->ep_list.next; k != &setting->ep_list; k=k->next) in _set_config() 1222 ualtsetting_t setting; in rt_usbd_altsetting_new() local 1231 if(setting == RT_NULL) in rt_usbd_altsetting_new() 1241 rt_free(setting); in rt_usbd_altsetting_new() 1251 return setting; in rt_usbd_altsetting_new() 1268 rt_memcpy(setting->desc, desc, setting->desc_size); in rt_usbd_altsetting_config_descriptor() 1269 setting->intf_desc = (uintf_desc_t)((char*)setting->desc + intf_pos); in rt_usbd_altsetting_config_descriptor() [all …]
|
/components/legacy/usb/usbdevice/class/ |
A D | mstorage.c | 1103 ualtsetting_t setting; in rt_usbd_function_mstorage_create() local 1129 setting = rt_usbd_altsetting_new(sizeof(struct umass_descriptor)); in rt_usbd_function_mstorage_create() 1132 …rt_usbd_altsetting_config_descriptor(setting, &_mass_desc, (rt_off_t)&((umass_desc_t)0)->intf_desc… in rt_usbd_function_mstorage_create() 1135 _mstorage_descriptor_config(setting->desc, intf->intf_num, device->dcd->device_is_hs); in rt_usbd_function_mstorage_create() 1138 mass_desc = (umass_desc_t)setting->desc; in rt_usbd_function_mstorage_create() 1143 rt_usbd_altsetting_add_endpoint(setting, data->ep_out); in rt_usbd_function_mstorage_create() 1144 rt_usbd_altsetting_add_endpoint(setting, data->ep_in); in rt_usbd_function_mstorage_create() 1147 rt_usbd_interface_add_altsetting(intf, setting); in rt_usbd_function_mstorage_create()
|
/components/fal/docs/ |
A D | fal_api_en.md | 38 …hen FAL is initialized. Using this setting will temporarily modify the partition table and will **…
|
/components/drivers/include/drivers/ |
A D | usb_device.h | 277 rt_err_t rt_usbd_interface_add_altsetting(uintf_t intf, ualtsetting_t setting); 278 rt_err_t rt_usbd_altsetting_add_endpoint(ualtsetting_t setting, uep_t ep); 280 rt_err_t rt_usbd_altsetting_config_descriptor(ualtsetting_t setting, const void* desc, rt_off_t int…
|
/components/net/lwip/lwip-2.0.3/test/fuzz/ |
A D | README | 19 If it complains about invalid "/proc/sys/kernel/core_pattern" setting, try
|
/components/net/lwip/lwip-2.1.2/test/fuzz/ |
A D | README | 22 If it complains about invalid "/proc/sys/kernel/core_pattern" setting, try
|
/components/dfs/dfs_v1/filesystems/elmfat/ |
A D | ff.h | 104 #error Wrong FF_LFN_UNICODE setting
|
A D | ff.c | 462 #error Wrong FF_VOLUMES setting 483 #error Wrong FF_MIN_GPT setting 505 #error Wrong setting of FF_MAX_LFN 508 #error Wrong setting of FF_LFN_BUF or FF_SFN_BUF 511 #error Wrong setting of FF_LFN_UNICODE 552 #error Wrong setting of FF_USE_LFN 6349 #error Wrong FF_STRF_ENCODE setting
|
/components/dfs/dfs_v2/filesystems/elmfat/ |
A D | ff.h | 104 #error Wrong FF_LFN_UNICODE setting
|
A D | ff.c | 462 #error Wrong FF_VOLUMES setting 486 #error Wrong FF_MIN_GPT setting 508 #error Wrong setting of FF_MAX_LFN 511 #error Wrong setting of FF_LFN_BUF or FF_SFN_BUF 514 #error Wrong setting of FF_LFN_UNICODE 555 #error Wrong setting of FF_USE_LFN 6437 #error Wrong FF_STRF_ENCODE setting
|
/components/net/lwip/lwip-1.4.1/doc/ |
A D | rawapi.txt | 87 The function for setting the application connection state is: 99 The functions used for setting up connections is similar to that of 489 Note that speed performance isn't influenced much by simply setting
|
/components/net/lwip/lwip-2.0.3/doc/doxygen/ |
A D | lwip.Doxyfile | 206 # Note that setting this tag to YES also means that rational rose comments are 309 # globally by setting AUTOLINK_SUPPORT to NO. 341 # This will only work if the methods are indeed getting or setting a simple 650 # documentation regardless of this setting. 1117 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a 1160 # style sheet in the list overrules the setting of the previous ones in the 1445 # the same information as the tab index, you could consider setting 1727 # style sheet in the list overrules the setting of the previous ones in the 2026 # performed. Macro expansion can be done in a controlled way by setting 2248 # standard location or by setting the DOTFONTPATH environment variable or by [all …]
|
/components/net/lwip/lwip-2.1.2/doc/doxygen/ |
A D | lwip.Doxyfile | 206 # Note that setting this tag to YES also means that rational rose comments are 318 # globally by setting AUTOLINK_SUPPORT to NO. 350 # This will only work if the methods are indeed getting or setting a simple 659 # documentation regardless of this setting. 1128 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a 1171 # style sheet in the list overrules the setting of the previous ones in the 1456 # the same information as the tab index, you could consider setting 1738 # style sheet in the list overrules the setting of the previous ones in the 2037 # performed. Macro expansion can be done in a controlled way by setting 2271 # standard location or by setting the DOTFONTPATH environment variable or by [all …]
|
A D | lwip.Doxyfile.cmake.in | 206 # Note that setting this tag to YES also means that rational rose comments are 318 # globally by setting AUTOLINK_SUPPORT to NO. 350 # This will only work if the methods are indeed getting or setting a simple 659 # documentation regardless of this setting. 1128 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a 1171 # style sheet in the list overrules the setting of the previous ones in the 1456 # the same information as the tab index, you could consider setting 1738 # style sheet in the list overrules the setting of the previous ones in the 2037 # performed. Macro expansion can be done in a controlled way by setting 2271 # standard location or by setting the DOTFONTPATH environment variable or by [all …]
|
/components/net/lwip/lwip-2.0.3/doc/ |
A D | rawapi.txt | 117 The function for setting the application connection state is: 129 The functions used for setting up connections is similar to that of 477 Note that speed performance isn't influenced much by simply setting
|
/components/net/lwip/lwip-2.0.3/ |
A D | UPGRADING | 88 (disable by setting LWIP_NO_STDINT_H=1 or LWIP_NO_INTTYPES_H=1 if your compiler
|
A D | CHANGELOG | 2556 setting LWIP_CALCULATE_EFF_SEND_MSS to 0. This fixes bug #21492. 3083 tcp_pcb_remove before setting pcb to CLOSED state; don't directly set CLOSED
|
/components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
A D | PPPD_FOLLOWUP | 17 are receiving data from peer, can be enabled by setting PPP_LCP_ADAPTIVE
|
/components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
A D | PPPD_FOLLOWUP | 17 are receiving data from peer, can be enabled by setting PPP_LCP_ADAPTIVE
|
/components/net/lwip/lwip-2.1.2/ |
A D | UPGRADING | 123 (disable by setting LWIP_NO_STDINT_H=1 or LWIP_NO_INTTYPES_H=1 if your compiler
|
A D | CHANGELOG | 55 * sockets.c: alloc_socket(): Check for LWIP_SOCKET_POLL when setting select- 62 * lowpan6.c: Fix IEEE 802.15.4 address setting (bug #54749) 2809 setting LWIP_CALCULATE_EFF_SEND_MSS to 0. This fixes bug #21492. 3336 tcp_pcb_remove before setting pcb to CLOSED state; don't directly set CLOSED
|
/components/net/lwip/lwip-1.4.1/ |
A D | CHANGELOG | 1600 setting LWIP_CALCULATE_EFF_SEND_MSS to 0. This fixes bug #21492. 2127 tcp_pcb_remove before setting pcb to CLOSED state; don't directly set CLOSED
|