Searched refs:return (Results 201 – 225 of 230) sorted by relevance
12345678910
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 188 ``manage_callback``, ``get_pending_int``. The public API will return
|
D | release-notes-3.3.rst | 689 * Intel GPDMA fixed to return errors on dma stop 1021 * Added check for return values of the driver start/stop routines when 2803 - :github:`54581` - STM32H7 adc sequence init function unstable logic return 2876 * :github:`54575` - Automatic termination with return code from a native_posix main function 2900 * :github:`54492` - west: twister return code ignored by west 3209 * :github:`52517` - lib: posix: sleep() does not return the number of seconds left if interrupted 3433 …107` - Ethernet: Error frames are often displayed: <err> eth_mcux: ENET_GetRxFrameSize return: 4001 3515 * :github:`50354` - ztest_new: _zassert_base : return without post processing
|
D | release-notes-1.13.rst | 354 * :github:`9530` - Bluetooth/gatt: bt_gatt_notify never return -ENOMEM, undocumented return value.
|
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 | 168 * :c:func:`bt_tbs_client_register_cb` now supports multiple listeners and may now return an error. 200 :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
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 293 … :c:member:`conn_mgr_conn_api.connect` should initiate a connection process and return immediately.
|
/Zephyr-latest/tests/cmake/yaml/ |
D | CMakeLists.txt | 29 return()
|
/Zephyr-latest/doc/hardware/pinctrl/ |
D | index.rst | 468 return ret;
|
/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/kernel/services/smp/ |
D | smp.rst | 169 One example is the Zephyr :c:func:`k_thread_abort` API, which cannot return
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 372 recombining the AD Data and could return BT_HCI_ERR_PACKET_TOO_LONG 1293 This option enables ticker to return expiration info. The extended
|
D | Kconfig | 859 Set Periodic Advertiser List size, this will be return in the HCI LE
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 156 ZMS can also return the free space remaining in the partition.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 270 return 0; /* won't reach this */
|
/Zephyr-latest/cmake/linker/iar/ |
D | config_file_script.cmake | 295 return()
|
/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/develop/west/ |
D | release-notes.rst | 264 - The ``west.Manifest.ManifestProject.__repr__`` return value was fixed
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 346 return 1; /* We should check if scheduling decision should be made */
|
/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. 1953 # which will return the search results when EXTERNAL_SEARCH is enabled. 2137 # mode nothing is printed on the terminal, errors are scrolled as if <return> is
|
/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 | 609 dereferencing, use after free, unchecked return values, dead code, buffer
|
/Zephyr-latest/kernel/ |
D | Kconfig | 106 subsystems to return from interrupt context but be guaranteed
|
12345678910