Searched refs:disable (Results 1 – 25 of 35) sorted by relevance
12
103 if(drv->disable != RT_NULL) in rt_usbh_class_driver_disable()104 drv->disable(args); in rt_usbh_class_driver_disable()
639 hub_driver.disable = rt_usbh_hub_disable; in rt_usbh_class_driver_hub()
37 void (*disable)(struct usbh_rtl8152 *tp); member
18 When this option is disable, it will auto find and load the partition table
58 if(func->ops->disable != RT_NULL && \62 func->ops->disable(func); \169 rt_err_t (*disable)(struct ufunction* func); member
81 rt_err_t (*disable)(struct rt_regulator_node *reg); member
126 void (*disable)(struct rt_clk *); member
50 rt_err_t (*disable)(void* arg); member
88 .disable = regulator_fixed_disable,
283 if (reg_np->ops->disable) in regulator_disable()285 err = reg_np->ops->disable(reg_np); in regulator_disable()
164 .disable = regulator_gpio_disable,
448 CMD_OPTIONS_NODE(PWM_LIST_DISABLE, disable, disable pwm channel)
404 hid_driver.disable = rt_usbh_hid_disable; in rt_usbh_class_driver_hid()
420 adk_driver.disable = rt_usbh_adk_disable; in rt_usbh_class_driver_adk()
641 storage_driver.disable = rt_usbh_storage_disable; in rt_usbh_class_driver_storage()
537 if (clk->enable_count == 1 && clk_np->ops->disable) in clk_disable()539 clk_np->ops->disable(clk); in clk_disable()
120 …output the asynchronous logs. The logs can output by other user thread when this option is disable.
82 bool "0: LFN disable"
81 CherryUSB Device Stack resource usage (GCC 10.2 with -O2, disable log):120 CherryUSB Host Stack resource usage (GCC 10.2 with -O2, disable log):
52 # pragma warning (disable : 4996)
98 # documentation (similar to Javadoc). Set to NO to disable this.425 # Note: This will also disable the warnings about undocumented members that are613 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo625 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug631 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)655 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at669 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces943 # it is also possible to disable source filtering for a specific pattern using1006 # can opt to disable this feature.1036 # specified. Set to NO to disable this.[all …]
98 # documentation (similar to Javadoc). Set to NO to disable this.434 # Note: This will also disable the warnings about undocumented members that are622 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo634 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug640 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)664 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at678 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces954 # it is also possible to disable source filtering for a specific pattern using1017 # can opt to disable this feature.1047 # specified. Set to NO to disable this.[all …]
8 #pragma warning(disable: 4307) /* we explicitly wrap around TCP seqnos */
88 (disable by setting LWIP_NO_STDINT_H=1 or LWIP_NO_INTTYPES_H=1 if your compiler
Completed in 36 milliseconds