Home
last modified time | relevance | path

Searched refs:kwarg (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c219 const char *kwarg = operator ? operator + 1 : NULL; in cmd_vcp_vol_rend_init() local
221 if (kwarg) { in cmd_vcp_vol_rend_init()
223 vcp_register_param.step = shell_strtoul(kwarg, 10, &result); in cmd_vcp_vol_rend_init()
225 vcp_register_param.mute = shell_strtobool(kwarg, 10, &result); in cmd_vcp_vol_rend_init()
227 vcp_register_param.volume = shell_strtoul(kwarg, 10, &result); in cmd_vcp_vol_rend_init()
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst72 ``wrn()``, and ``err()`` now all take an ``end`` kwarg, which
731 - west.manifest.Project.git() now has a capture_stderr kwarg
812 positional arguments are now kwargs. A new ``url`` kwarg was also added; if
813 given, the ``Project`` URL is set to that value, and the ``remote`` kwarg
Dwest-apis.rst469 The *capture_stderr* kwarg.