Home
last modified time | relevance | path

Searched refs:return (Results 101 – 125 of 223) sorted by relevance

123456789

/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig87 int "Predicted maximum number of threads to return on taskstat list"
95 int "Length of thread name to return in response"
/Zephyr-latest/doc/build/kconfig/
Dmenuconfig.rst100 appear with ``--->`` next to them. Press :kbd:`ESC` to return to the
114 including its help text. Press :kbd:`ESC` or :kbd:`Q` to return from the
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst175 return can_send(can_dev, &frame, K_FOREVER, tx_callback, "Sender 1");
241 return;
277 return;
/Zephyr-latest/cmake/modules/
Ddts.cmake346 message(FATAL_ERROR "gen_driver_kconfig_dts.py failed with return code: ${ret}")
367 message(FATAL_ERROR "gen_dts_cmake.py failed with return code: ${ret}")
422 message(FATAL_ERROR "dtc failed with return code: ${ret}")
Dhwm_v2.cmake23 return()
DFindTargetTools.cmake27 return()
/Zephyr-latest/cmake/
Dmcuboot.cmake31 return()
73 return()
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_handlers.rst52 responses that return a :c:enum:`mcumgr_err_t` - there should always be an OK error code with the
72 changed (i.e. to return an error instead of continuing). The event group ID is set to
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci.txt262 This command shall return the Supported_Commands configuration parameter. It is
304 This command shall return the Supported_Features configuration parameter. The
514 This command shall return the build information encoded as an UTF-8 string.
550 This command shall return the static addresses programmed by the vendor at
563 it is recommended to return an identity root key (if available) from this
565 the Read_Key_Hierarchy_Roots command to return the identity root key (if only
619 This command shall return the identity root key and encryption root key
678 This command shall return the current chip temperature in degrees Celsius.
717 This command shall return the list of host stack operation defined vendor
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_config.rst38 ``net_config_init()`` will return error during the device startup."
Dnet_l2.rst47 function will return ``NET_DROP`` in case of an erroneous packet,
60 - ``get_flags()``: This function will return the capabilities of an L2 driver,
/Zephyr-latest/modules/nrf_wifi/os/
DCMakeLists.txt5 return()
/Zephyr-latest/doc/services/shell/
Dindex.rst312 return 0;
481 return 0;
531 return 0;
716 Once the obscured input has been accepted, it is normally desired to return the
803 return 0;
815 return 0;
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake83 # Flag for disabling optimizations around printf return value
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DREADME35 the external tool helper module. It should return a tuple with a dictionary
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst275 * Added return value for opcode callback
676 * Fixed a bug in :c:func:`mqtt_abort`, where the function could return without
1065 * :github:`38938` - Bluetooth tester application should be able return L2CAP ECFC credits on demand
1109 …ion from internal list/returning BT_GATT_ITER_STOP causes bt_gatt_subscribe to return -ENOMEM / -12
1228 * :github:`38137` - [Coverity CID: 239555] Unchecked return value in subsys/mgmt/hawkbit/hawkbit.c
1233 * :github:`38132` - [Coverity CID: 239565] Unchecked return value in drivers/sensor/adxl372/adxl372…
1239 * :github:`38125` - [Coverity CID: 239582] Unchecked return value in drivers/display/ssd1306.c
1244 * :github:`38120` - [Coverity CID: 239588] Unchecked return value in subsys/bluetooth/host/id.c
1247 * :github:`38117` - [Coverity CID: 239598] Unchecked return value in drivers/sensor/adxl362/adxl362…
1278 * :github:`38013` - [Coverity CID: 237070] Unchecked return value in subsys/bluetooth/shell/gatt.c
[all …]
Dmigration-guide-3.6.rst166 of the Devicetree macros now return the as-seen value in the devicetree instead of the Zephyr
193 ``DT_IRQ_BY_IDX(DT_NODELABEL(uart0), 0, irq)`` will return ``10``
194 (as-seen value in the devicetree), while ``DT_IRQN_BY_IDX(DT_NODELABEL(uart0), 0)`` will return
468 and ``BT_UUID_DECLARE_128`` as the return value has been changed to ``const``.
594 :c:func:`lorawan_register_battery_level_callback` and the return type is now ``void``. This
/Zephyr-latest/samples/modules/chre/
DREADME.rst64 configure them to return scripted data.
/Zephyr-latest/doc/services/storage/disk/
Daccess.rst32 each disk driver may handle differently, but it will always return
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst84 callback doesn't return successfully or does not provide a BLOB stream, the transfer is abandoned.
/Zephyr-latest/samples/drivers/clock_control_litex/
DREADME.rst67 return ret;
/Zephyr-latest/lib/heap/
DKconfig41 Setting this to a high level will cause the heap to return
/Zephyr-latest/doc/develop/west/
Dextensions.rst110 # the return value of an argparse.ArgumentParser.add_subparsers() call.
119 return parser # gets stored as self.parser
/Zephyr-latest/doc/services/zbus/
Dindex.rst529 Publish attempts invalidated by hard channels will return immediately with an error code. This
546 return is_valid;
602 execution. Using ``K_NO_WAIT`` for reading is highly likely to return a timeout error if there
678 return true;
689 return true;
706 return 0;
742 a constant pointer to the channel. The const pointer return type tells developers not to modify the
/Zephyr-latest/drivers/hwinfo/
DKconfig42 Always return factory pre-programmed values, stored in FCFG and ignore

123456789