Home
last modified time | relevance | path

Searched full:returning (Results 1 – 25 of 236) sorted by relevance

12345678910

/Zephyr-latest/tests/bluetooth/host/id/bt_lookup_id_addr/src/
Dmain.c36 * Test returning the same address pointer passed when 'CONFIG_BT_SMP' isn't enabled
62 * Test returning the same address pointer passed when 'CONFIG_BT_SMP' is enabled, but the
97 * Test returning a pointer to the resolved address for the address passed.
/Zephyr-latest/include/zephyr/arch/common/
Dpm_s2ram.h33 * of restoring the system in a fully operational state before returning.
71 * - returning from the function should be performed with the `bx lr` instruction
88 * - returning from the function should be performed with the `bx lr` instruction
/Zephyr-latest/tests/subsys/fs/littlefs/
DCMakeLists.txt9 # instead of returning error when attempting to perform operation that
/Zephyr-latest/soc/adi/max32/
Dsoc.c20 /* Returning false prevent device goes to sleep mode */ in z_arm_on_enter_cpu_idle()
/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dint_to_thread.c14 * 1. ISR returning to the interrupted kernel thread
15 * 2. ISR returning to a different (kernel) thread
16 * 3. ISR returning to a different (user) thread
/Zephyr-latest/drivers/dma/
Ddma_handlers.c11 * the validity of the channel ID and returning -errno if it's bogus
/Zephyr-latest/subsys/emul/
DKconfig19 a compass may support returning bogus data if the I2C bus speed is
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_glue.h159 * @brief Macro for storing a value to an atomic object and returning its previous value.
169 …* @brief Macro for running a bitwise OR operation on an atomic object and returning its previous v…
180 * and returning its previous value.
191 * and returning its previous value.
202 * and returning its previous value.
213 * and returning its previous value.
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_tracing.rst23 API calls are made and what parameters the API calls are using and returning.
/Zephyr-latest/arch/x86/core/
Dcpuhalt.c43 /* restore interrupt lockout state before returning to caller */ in arch_cpu_atomic_idle()
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
D_private.py15 # returning a list of chunks. Raises err_class(...) if the length
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.shell51 transport before considering it as timed out and returning the shell
/Zephyr-latest/arch/arc/core/
Disr_wrapper.S104 saved GPRs. That stack frame layout is pre-determined. If returning
128 regs upon interrupt entry. If returning to a thread, loop registers are
171 The address of the returning instruction from arch_switch() is loaded
195 also be put in the fake stack frame when returning to a thread that
/Zephyr-latest/dts/bindings/clock/
Dpwm-clock.yaml48 clock has started after returning from clock_control_on().
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dindex.rst75 manipulating driver state returning stashed sensor readings.
97 * MUST implement :c:type:`sensor_get_decoder_t` returning the
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dintel_adsp_ipc.h26 * register) is desired immediately. Returning false means that no
59 * @note Returning True will cause this API to skip writing IPC registers
61 * external code manually. Returning false from the handler will perform
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/
DKconfig25 or decline the current operation, by returning false this will signal to the calling
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_gateway.h32 * Example of returning CoAP response:
/Zephyr-latest/doc/services/llext/
Dload.rst51 context, and finally :c:func:`llext_teardown` before returning.
83 in the main application is corrupted after returning from it.
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_callbacks.rst198 value to the group error code and returning :c:enumerator:`MGMT_CB_ERROR_ERR`.
295 data is :c:struct:`fs_mgmt_file_access`. Instead of returning true to allow
313 data is :c:struct:`img_mgmt_upload_check`. Instead of returning true to
321 Using :c:enumerator:`MGMT_EVT_OP_OS_MGMT_RESET`. Instead of returning
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Dticker.h57 /* Macro returning remainder in picoseconds (to fit in 32-bits) */
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig48 originally designated for returning SMP processing errors. When
/Zephyr-latest/include/zephyr/net/
Dpromiscuous.h36 * @param timeout How long to wait before returning.
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dl2cap.rst17 marked as processed by returning 0 or using
/Zephyr-latest/include/zephyr/sys/
Dmath_extras.h29 * These functions compute `a + b` and store the result in `*result`, returning
76 * These functions compute `a * b` and store the result in `*result`, returning

12345678910