Searched refs:return (Results 151 – 175 of 223) sorted by relevance
123456789
/Zephyr-latest/boards/ti/cc1352r_sensortag/doc/ |
D | index.rst | 192 minicom Pres :code:`Ctrl+A, U` to add a carriage return, and
|
/Zephyr-latest/tests/ztest/error_hook/ |
D | README.txt | 21 program return back to normal, such as releasing some resource hold before the
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 23 - return to thread context after processing an interrupt 286 be called within a loop. Note that in certain architectures, upon return,
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 159 return 0; 401 return 0;
|
/Zephyr-latest/doc/develop/tools/ |
D | coccinelle.rst | 156 value is propagated back, the return value of the ``coccicheck`` 157 command captures this return value.
|
/Zephyr-latest/doc/services/pm/ |
D | device.rst | 246 return -ENOTSUP; 249 return 0;
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-dev.rst | 168 the return code for errors. If a function pointer is passed to
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm-scmi.rst | 90 be performed at a later time. As such, they return almost immediately.
|
/Zephyr-latest/doc/hardware/emulator/ |
D | bus_emulators.rst | 19 high, or may return invalid measurements if calibration has not yet
|
/Zephyr-latest/cmake/linker/ld/ |
D | ld_script.cmake | 94 return()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.6.rst | 55 * x86: Changed IRQ controller to return -1 if cannot determine source vector. 336 * ``ZEP-1183`` - btshell return "panic: errcode -1" when init bt
|
D | release-notes-1.9.rst | 12 * Generic queue item acquisition fixed to always return a valid item when 370 * ``ZEP-2552`` - ESP32 uart poll_out always return 0
|
D | release-notes-3.4.rst | 170 return the value zero. All other return values are reserved. This aligns 485 * Extended the ticker API to return expiration info. 657 and return the result in a variable of different name. 1253 * With LittleFS as backend, :c:func:`fs_mount` return code was corrected to ``EFAULT`` when
|
D | release-notes-3.6.rst | 620 * Fixed missing return value checks in ADLTC2990, TSL2540, MAX17055 drivers. 706 * Changed :c:func:`coap_remove_observer` API function return type to bool. 788 for offloaded interfaces. This allows for :c:func:`recvfrom` to return a 991 * Fixed an issue in MCUmgr image management whereby erasing an already erased slot would return 1010 wrongly return :c:enumerator:`MGMT_ERR_EINVAL` instead of :c:enumerator:`MGMT_ERR_EMSGSIZE`.
|
D | release-notes-3.2.rst | 91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates 94 * The list of valid return values for the CAN timing calculation functions have been expanded to 295 return nanoseconds instead of cycles. 809 return different error code based on the reason of parsing error. 930 initialization failures, since both produced ``NULL`` return values from 1524 * MQTT backend: bug fix to handle negative return value of the wait function. 1771 - :github:`50354` - ztest_new: _zassert_base : return without post processing 2066 * :github:`48960` - coap_packet_parse() should return different values based on error type 2131 * :github:`48470` - Inconsistent return value of uart_mux_fifo_fill when called inside/outside of a… 2228 * :github:`47606` - nvs_read return value is not correct [all …]
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 208 This will enable the slot information function which will return information about all
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_3.rst | 65 | "max_size" | optional maximum size of data to return |
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_setup.rst | 139 networking with QEMU to using real hardware, or to return your host
|
/Zephyr-latest/doc/develop/test/ |
D | bsim.rst | 184 - Scripts must return 0 to the invoking shell if the test passes, and not 0 if the test fails.
|
/Zephyr-latest/tests/cmake/yaml/ |
D | CMakeLists.txt | 19 return()
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 311 the return value from the most recently executed command.
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 37 call thread suspend. Eventually the processing will return to the
|
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/ |
D | bluetooth-le-audio-arch.rst | 1176 As a rule of thumb, the return types of the callbacks for each profile implementation indicate 1178 For example all the callbacks for the VCP Volume Renderer have the return type of ``void``, 1179 but the return type of the BAP Unicast Server callbacks are ``int``, 1182 The choice of what the return type of the callbacks often depend on the specifications,
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 170 :c:func:`k_sys_fatal_error_handler()` should not return if the kernel
|
/Zephyr-latest/doc/kernel/services/ |
D | polling.rst | 305 that is passed a signal will return after any code in the system calls
|
123456789