Searched refs:return (Results 201 – 223 of 223) sorted by relevance
123456789
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 169 One example is the Zephyr :c:func:`k_thread_abort` API, which cannot return
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 209 arbitrarily intercept this channel and, for example, return spoofed
|
/Zephyr-latest/doc/build/dts/ |
D | howtos.rst | 112 return -ENODEV;
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.14.rst | 1304 * :github:`14508` - mempool allocator can return with no allocation even if memory is available 1305 * :github:`14504` - mempool can return success if no memory was available 1664 * :github:`12745` - SimpleLink socket functions, on error, sometimes do not set errno and return (-… 1704 * :github:`12453` - nrf52 SPIM spi_transceive function occasionally doesn't return 1909 * :github:`11146` - ext: debug: segger: rtt: SEGGER_RTT_Init() missing return statement 1989 * :github:`10672` - nRF52: UARTE: uart_fifo_fill return value unreliable
|
D | release-notes-1.10.rst | 383 * :github:`4165` - ieee802154_uart_pipe.c: warning: return from incompatible pointer type
|
D | release-notes-4.0.rst | 170 * :c:func:`bt_tbs_client_register_cb` now supports multiple listeners and may now return an error. 202 :c:func:`bt_conn_le_create` and :c:func:`bt_conn_le_create_synced` return an error if the
|
D | release-notes-3.7.rst | 674 * In LiteX (:file:`drivers/clock_control/clock_control_litex.c`) added return code checking for 1821 * Fixed NVS issue where :c:func:`nvs_calc_free_space` would return larger
|
D | release-notes-1.12.rst | 360 * :github:`4959` - Failure to install on Mac OS High Sierra (return of the same error)
|
D | release-notes-2.1.rst | 697 * :github:`19550` - drivers/pcie: \`pcie\_get\_mbar()\` should return a \`void \*\` not \`u32\_t\`
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 371 recombining the AD Data and could return BT_HCI_ERR_PACKET_TOO_LONG 1294 This option enables ticker to return expiration info. The extended
|
D | Kconfig | 796 Set Periodic Advertiser List size, this will be return in the HCI LE
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 270 return 0; /* won't reach this */
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 155 ZMS can also return the free space remaining in the partition.
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 345 return 1; /* We should check if scheduling decision should be made */
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 264 - The ``west.Manifest.ManifestProject.__repr__`` return value was fixed
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 352 it may return a value considerably ahead of the simulated time.
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 900 # are documented, but have no documentation for their parameters or return 920 # at the end of the Doxygen process Doxygen will return with a non-zero status. 1952 # which will return the search results when EXTERNAL_SEARCH is enabled. 2136 # mode nothing is printed on the terminal, errors are scrolled as if <return> is
|
/Zephyr-latest/kernel/ |
D | Kconfig | 105 subsystems to return from interrupt context but be guaranteed
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 553 does not have the given page, it will return the last page before it. 1253 …* ``MaxCount``: Optional maximum number of images to return. If omitted, there's no limit on the n…
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 714 dereferencing, use after free, unchecked return values, dead code, buffer
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 802 * :c:func:`arch_is_user_context` return nonzero if the CPU is currently
|
/Zephyr-latest/ |
D | CMakeLists.txt | 832 # parameters or return values, indicate this to the system call boilerplate
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 3084 " return y_pred\n", 3091 " return loss"
|
123456789