Searched refs:return (Results 51 – 75 of 223) sorted by relevance
123456789
/Zephyr-latest/doc/develop/languages/c/ |
D | index.rst | 15 The ``main()`` function must have the return type of ``int`` as Zephyr 17 standard. Applications must return zero (0) from main. All non-zero return
|
/Zephyr-latest/subsys/mgmt/mcumgr/ |
D | Kconfig | 28 mcumgr acts with new behaviour and will only return rc is the result
|
/Zephyr-latest/samples/drivers/uart/echo_bot/ |
D | README.rst | 12 an end of line (return key) is received.
|
/Zephyr-latest/doc/kernel/services/ |
D | index.rst | 62 …rbitrary [6] Power of two Yes [3] Yes Pend thread or return -errno 64 …rbitrary Arbitrary Yes [5] Yes [5] Pend thread or return -errno
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_userspace.rst | 24 call is made to the specified kernel API. On return from the kernel API, the
|
/Zephyr-latest/doc/develop/api/ |
D | design_guidelines.rst | 114 - APIs that are supported but not implemented shall return ``-ENOSYS``. 117 the return code in this case shall be ``-ENOTSUP``. 121 return ``-ENOTSUP``. (For example, a request for a level-triggered GPIO interrupt on
|
/Zephyr-latest/scripts/net/ |
D | README.txt | 64 When completed, the return value, either from Zephyr or from the Docker 66 termination. The return value is used as a simple verdict whether the sample
|
/Zephyr-latest/doc/services/crypto/ |
D | psa_crypto.rst | 85 of bytes with a device private key and return the result to the 101 Most functions in the PSA Crypto API can return errors. All functions 102 that can fail have the return type ``psa_status_t``. A few functions 103 cannot fail, and thus, return void or some other type.
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 85 /* set specified flag bit & return its previous value */ 88 return (int)atomic_set_bit(flag_bits, bit_position);
|
/Zephyr-latest/cmake/modules/ |
D | zephyr_default.cmake | 137 # All requested Zephyr CMake modules have been loaded, so let's return. 138 return()
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.npcx | 22 the shared memory region to return the ACPI response data. Please 32 the shared memory region to return the host command parameter data.
|
/Zephyr-latest/modules/nanopb/ |
D | Kconfig | 32 information is the true/false return value.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu_srv.rst | 47 The result of the transfer check is a pass/fail status return and the expected 48 :c:enum:`bt_mesh_dfu_effect`. The DFU effect return parameter will be communicated back to the 87 The Firmware Update Server :c:member:`start <bt_mesh_dfu_srv_cb.start>` callback must return a
|
/Zephyr-latest/doc/services/debugging/ |
D | gdbstub.rst | 199 857 return 0; 209 857 return 0; 250 30 return 0; 280 #. Examine ``ret`` again which should have the return value from
|
/Zephyr-latest/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …return e===null?"":e},set(e){this.setAttribute(t,e)}})};const w=(e,t,i=t)=>{Object.defineProperty(…
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | Kconfig | 137 Enable the supported hash/checksum command which will return details on 141 int "Predicted maximum number of types to return on supported list" 179 Can specify 0 to not wait for the lock and return instantly if it
|
/Zephyr-latest/doc/services/smf/ |
D | index.rst | 250 /* handle return code and terminate state machine */ 354 /* handle return code and terminate state machine */ 480 return; 487 return; 495 return; 516 /* handle return code and terminate state machine */
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | dlist.rst | 25 :c:func:`sys_dlist_peek_prev`. These can all return NULL where 46 :c:func:`sys_dnode_is_linked`, which will affirmatively return whether or
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | Kconfig.mac | 25 API to return a MAC for Ethernet, this can only be used with an external MAC peripheral.
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | Kconfig.mac | 25 API to return a MAC for Ethernet, this can only be used with an external MAC peripheral.
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | Kconfig.mac | 25 API to return a MAC for Ethernet, this can only be used with an external MAC peripheral.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | sdhc.rst | 28 :c:struct:`sdhc_data` data structure. The caller may check the return code,
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.loapic | 27 the ISR, so the handler for this vector should return without an EOI.
|
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 44 It will print the number of the bytes read and return to the shell:
|
/Zephyr-latest/doc/services/modem/ |
D | index.rst | 27 The modem backend will return a pointer to its internal modem_pipe
|
123456789