Searched refs:return (Results 101 – 125 of 223) sorted by relevance
123456789
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 87 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/ |
D | menuconfig.rst | 100 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/ |
D | controller.rst | 175 return can_send(can_dev, &frame, K_FOREVER, tx_callback, "Sender 1"); 241 return; 277 return;
|
/Zephyr-latest/cmake/modules/ |
D | dts.cmake | 346 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}")
|
D | hwm_v2.cmake | 23 return()
|
D | FindTargetTools.cmake | 27 return()
|
/Zephyr-latest/cmake/ |
D | mcuboot.cmake | 31 return() 73 return()
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_handlers.rst | 52 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/ |
D | hci.txt | 262 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/ |
D | net_config.rst | 38 ``net_config_init()`` will return error during the device startup."
|
D | net_l2.rst | 47 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/ |
D | CMakeLists.txt | 5 return()
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 312 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/ |
D | compiler_flags_template.cmake | 83 # Flag for disabling optimizations around printf return value
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | README | 35 the external tool helper module. It should return a tuple with a dictionary
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.7.rst | 275 * 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 …]
|
D | migration-guide-3.6.rst | 166 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/ |
D | README.rst | 64 configure them to return scripted data.
|
/Zephyr-latest/doc/services/storage/disk/ |
D | access.rst | 32 each disk driver may handle differently, but it will always return
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 84 callback doesn't return successfully or does not provide a BLOB stream, the transfer is abandoned.
|
/Zephyr-latest/samples/drivers/clock_control_litex/ |
D | README.rst | 67 return ret;
|
/Zephyr-latest/lib/heap/ |
D | Kconfig | 41 Setting this to a high level will cause the heap to return
|
/Zephyr-latest/doc/develop/west/ |
D | extensions.rst | 110 # the return value of an argparse.ArgumentParser.add_subparsers() call. 119 return parser # gets stored as self.parser
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 529 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/ |
D | Kconfig | 42 Always return factory pre-programmed values, stored in FCFG and ignore
|
123456789