Home
last modified time | relevance | path

Searched refs:return (Results 151 – 175 of 223) sorted by relevance

123456789

/Zephyr-latest/boards/ti/cc1352r_sensortag/doc/
Dindex.rst192 minicom Pres :code:`Ctrl+A, U` to add a carriage return, and
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt21 program return back to normal, such as releasing some resource hold before the
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst23 - 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/
Dmain.rst159 return 0;
401 return 0;
/Zephyr-latest/doc/develop/tools/
Dcoccinelle.rst156 value is propagated back, the return value of the ``coccicheck``
157 command captures this return value.
/Zephyr-latest/doc/services/pm/
Ddevice.rst246 return -ENOTSUP;
249 return 0;
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-dev.rst168 the return code for errors. If a function pointer is passed to
/Zephyr-latest/doc/hardware/arch/
Darm-scmi.rst90 be performed at a later time. As such, they return almost immediately.
/Zephyr-latest/doc/hardware/emulator/
Dbus_emulators.rst19 high, or may return invalid measurements if calibration has not yet
/Zephyr-latest/cmake/linker/ld/
Dld_script.cmake94 return()
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst55 * x86: Changed IRQ controller to return -1 if cannot determine source vector.
336 * ``ZEP-1183`` - btshell return "panic: errcode -1" when init bt
Drelease-notes-1.9.rst12 * Generic queue item acquisition fixed to always return a valid item when
370 * ``ZEP-2552`` - ESP32 uart poll_out always return 0
Drelease-notes-3.4.rst170 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
Drelease-notes-3.6.rst620 * 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`.
Drelease-notes-3.2.rst91 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/
DKconfig208 This will enable the slot information function which will return information about all
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_3.rst65 | "max_size" | optional maximum size of data to return |
/Zephyr-latest/doc/connectivity/networking/
Dqemu_setup.rst139 networking with QEMU to using real hardware, or to return your host
/Zephyr-latest/doc/develop/test/
Dbsim.rst184 - Scripts must return 0 to the invoking shell if the test passes, and not 0 if the test fails.
/Zephyr-latest/tests/cmake/yaml/
DCMakeLists.txt19 return()
/Zephyr-latest/subsys/shell/
DKconfig311 the return value from the most recently executed command.
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt37 call thread suspend. Eventually the processing will return to the
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst1176 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/
Dfatal.rst170 :c:func:`k_sys_fatal_error_handler()` should not return if the kernel
/Zephyr-latest/doc/kernel/services/
Dpolling.rst305 that is passed a signal will return after any code in the system calls

123456789