Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/doc/reference/shell/
Dindex.rst85 * Static subcommand (level > 0): Number and syntax must be known during compile
87 * Dynamic subcommand (level > 0): Number and syntax does not need to be known
263 Each command or subcommand may have a handler. The shell executes the handler
322 Every user-defined command or subcommand can have its own help description.
328 or subcommand with ``-h`` or ``--help`` parameter.
333 In the subcommand handler, you can access both the parameters passed to
339 * The subcommand to which the handler belongs has the ``argv`` index of 0.
348 /* If it is a subcommand handler parent command syntax
374 on. It can be also called with a subcommand:
609 Users may use the :kbd:`Tab` key to complete a command/subcommand or to see the
/Zephyr-Core-2.7.6/drivers/sensor/bq274xx/
Dbq274xx.c46 uint16_t subcommand) in bq274xx_control_reg_write() argument
52 i2c_data = (uint8_t)((subcommand)&0x00FF); in bq274xx_control_reg_write()
64 i2c_data = (uint8_t)((subcommand >> 8) & 0x00FF); in bq274xx_control_reg_write()
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.4.rst1721 * :github:`21819` - Shell fails when dynamic command has empty subcommand