Home
last modified time | relevance | path

Searched refs:max_cmdline_args (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/console/
Desp_console.h24 size_t max_cmdline_args; //!< maximum number of command line arguments to parse member
36 .max_cmdline_args = 32, \
Dcommands.c190 char **argv = (char **) calloc(s_config.max_cmdline_args, sizeof(char *)); in esp_console_run()
197 s_config.max_cmdline_args); in esp_console_run()
/hal_espressif-3.6.0/examples/system/console_usb/main/
Dconsole_usb_example_main.c50 .max_cmdline_args = 8, in initialize_console()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/
Dmain.c69 .max_cmdline_args = 8, in initialize_console()
/hal_espressif-3.6.0/examples/bluetooth/nimble/bleprph/main/
Dscli.c105 .max_cmdline_args = 8, in scli_task()
/hal_espressif-3.6.0/examples/system/console/advanced/main/
Dconsole_example_main.c103 .max_cmdline_args = 8, in initialize_console()
/hal_espressif-3.6.0/components/protocomm/src/transports/
Dprotocomm_console.c84 .max_cmdline_args = 8, in protocomm_console_task()