Searched full:returning (Results 1 – 25 of 236) sorted by relevance
12345678910
36 * Test returning the same address pointer passed when 'CONFIG_BT_SMP' isn't enabled62 * Test returning the same address pointer passed when 'CONFIG_BT_SMP' is enabled, but the97 * Test returning a pointer to the resolved address for the address passed.
33 * of restoring the system in a fully operational state before returning.71 * - returning from the function should be performed with the `bx lr` instruction88 * - returning from the function should be performed with the `bx lr` instruction
9 # instead of returning error when attempting to perform operation that
20 /* Returning false prevent device goes to sleep mode */ in z_arm_on_enter_cpu_idle()
14 * 1. ISR returning to the interrupted kernel thread15 * 2. ISR returning to a different (kernel) thread16 * 3. ISR returning to a different (user) thread
11 * the validity of the channel ID and returning -errno if it's bogus
19 a compass may support returning bogus data if the I2C bus speed is
159 * @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.
23 API calls are made and what parameters the API calls are using and returning.
43 /* restore interrupt lockout state before returning to caller */ in arch_cpu_atomic_idle()
15 # returning a list of chunks. Raises err_class(...) if the length
51 transport before considering it as timed out and returning the shell
104 saved GPRs. That stack frame layout is pre-determined. If returning128 regs upon interrupt entry. If returning to a thread, loop registers are171 The address of the returning instruction from arch_switch() is loaded195 also be put in the fake stack frame when returning to a thread that
48 clock has started after returning from clock_control_on().
75 manipulating driver state returning stashed sensor readings.97 * MUST implement :c:type:`sensor_get_decoder_t` returning the
26 * register) is desired immediately. Returning false means that no59 * @note Returning True will cause this API to skip writing IPC registers61 * external code manually. Returning false from the handler will perform
25 or decline the current operation, by returning false this will signal to the calling
32 * Example of returning CoAP response:
51 context, and finally :c:func:`llext_teardown` before returning.83 in the main application is corrupted after returning from it.
198 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 allow313 data is :c:struct:`img_mgmt_upload_check`. Instead of returning true to321 Using :c:enumerator:`MGMT_EVT_OP_OS_MGMT_RESET`. Instead of returning
57 /* Macro returning remainder in picoseconds (to fit in 32-bits) */
48 originally designated for returning SMP processing errors. When
36 * @param timeout How long to wait before returning.
17 marked as processed by returning 0 or using
29 * These functions compute `a + b` and store the result in `*result`, returning76 * These functions compute `a * b` and store the result in `*result`, returning