Searched refs:return (Results 26 – 50 of 223) sorted by relevance
123456789
/Zephyr-latest/scripts/coccinelle/ |
D | irq_lock.cocci | 1 /// Use unsigned int as the return value for irq_lock()
|
D | mini_lock.cocci | 37 for(...;...;...) { <+... return@r ...; ...+> } 78 * return@r ...;
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 63 to determine the data types of its return value and arguments, and has some 184 return; 192 return value. Depending on context it will either directly call the 206 There is always a ``uintptr_t`` type return value, which may be neglected if 223 System calls return ``uintptr_t`` type value that is C casted, by wrapper, to 224 a return type of API prototype declaration. This means that 64-bit value may 229 Upon return from the system call the value written to that buffer will be 231 The problem does not exist on 64-bit systems which are able to return 64-bit 333 If any check fails, the macros will return a nonzero value. The macro 345 return type and argument types as the wrapped system call. Their job [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | connection_mgmt.rst | 22 which forces these functions return an error if the connection pointer 32 also get hold of the connection object through the return value of the
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 31 the top two bits of the return address placed in A0. 39 top two bits from the return address in A0 and subtracts that value 44 return value format and is used immediately, so it makes more sense 54 until cleared by a function return (by RETW, see below). Other bits 90 register (A1) on the stack and be able to walk back up on return. 108 to provide arguments and take a return value.
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | compiler_flags.cmake | 19 # xcc does not recognize -fno-printf-return-value
|
/Zephyr-latest/modules/hal_nordic/nrf-regtool/ |
D | nrf-regtoolConfigVersion.cmake | 26 return()
|
/Zephyr-latest/doc/hardware/arch/ |
D | semihost.rst | 37 return -ENOENT; 60 arguments and return codes, see the `ARM Github documentation`_.
|
/Zephyr-latest/doc/services/pm/ |
D | device_runtime.rst | 139 return -ENOTSUP; 142 return 0; 170 return ret; 198 return ret; 205 return pm_device_runtime_put(dev); 220 return ret; 227 return pm_device_runtime_put_async(dev, K_NO_WAIT);
|
D | power_domain.rst | 119 return -ENOTSUP; 122 return 0; 171 return -ENOTSUP; 174 return 0;
|
/Zephyr-latest/boards/st/steval_stwinbx1/ |
D | board.cmake | 9 # Even if flash and start work, dfu-util return error 74. It can be ignored.
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_9.rst | 120 | "ret" | return code from shell command execution. | 134 and shell command execution return code, this legacy behaviour can be
|
/Zephyr-latest/tests/bsim/ |
D | compile.source | 79 { ret="$?"; print_error_info ; cat cmake.out && return $ret; } 84 { ret="$?"; print_error_info ; cat ninja.out && return $ret; }
|
/Zephyr-latest/samples/bluetooth/peripheral_ht/ |
D | README.rst | 13 On Nordic nRF devices, this sample uses the built-in TEMP peripheral to return
|
/Zephyr-latest/cmake/linker/ |
D | linker_script_common.cmake | 45 # Already the right type, so just set and return. 47 return() 106 return() 362 return() 369 return() 443 return() 449 return() 456 return() 467 return() 473 return() [all …]
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/ |
D | Kconfig | 44 bool "Legacy behaviour: Use rc field for shell function return code" 47 return code is returned, incorrectly, in the rc field that was
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | 8021Qav.rst | 21 function must return ``ETHERNET_QAV`` value for this purpose. Typically 30 return ETHERNET_QAV | ETHERNET_PRIORITY_QUEUES |
|
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/ |
D | README.rst | 15 ``help`` command, second one verifies if application is able to return 67 DEBUG: #: retval :Print return value of most recent command
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.nxp_edma | 23 driver will return an error upon configuration.
|
/Zephyr-latest/doc/develop/api/ |
D | terminology.rst | 25 if the function may return before the operation it initializes is 26 complete (i.e. function return and operation completion are 108 long as it can be completed immediately, and to return an error code 138 function will return a specific error (generally ``-EWOULDBLOCK``). 171 A function is **async** (i.e. asynchronous) if it may return before the
|
/Zephyr-latest/cmake/compiler/clang/ |
D | compiler_flags.cmake | 10 # No printf-return-value optimizations in clang 73 -Waggregate-return
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap/ |
D | README.txt | 17 - the swap return value can be set and will be return, properly,
|
/Zephyr-latest/subsys/emul/ |
D | Kconfig | 20 too high, or may return invalid measurements if calibration has not
|
/Zephyr-latest/tests/arch/arm/arm_tz_wrap_func/src/ |
D | README.txt | 11 - The return value from the wrapped function is correctly returned from the
|
/Zephyr-latest/doc/services/crypto/random/ |
D | index.rst | 9 random number. The non-cryptographic APIs will return random values 35 permits random number APIs to return values that are not truly random.
|
123456789