Searched refs:abort (Results 26 – 50 of 59) sorted by relevance
123
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 96 before abort a current update.
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_rpi_pico.c | 172 hw_set_alias(usb_hw)->abort = mask; in udc_rpi_cancel_endpoint() 180 hw_clear_alias(usb_hw)->abort = mask; in udc_rpi_cancel_endpoint()
|
/Zephyr-latest/drivers/dma/ |
D | dma_rpi_pico.c | 77 ((dma_hw_t *)cfg->reg)->abort = BIT(channel); in rpi_pico_dma_channel_abort()
|
/Zephyr-latest/soc/espressif/esp32/ |
D | mcuboot.ld | 47 *liblib__libc__common.a:abort.*(.literal .text .literal.* .text.*)
|
D | default.ld | 260 *liblib__libc__picolib.a:abort.*(.literal .text .literal.* .text.*)
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | mcuboot.ld | 47 *liblib__libc__common.a:abort.*(.literal .text .literal.* .text.*)
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | mcuboot.ld | 50 *liblib__libc__common.a:abort.*(.literal .text .literal.* .text.*)
|
/Zephyr-latest/kernel/ |
D | sched.c | 1384 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_thread, abort, thread); in z_impl_k_thread_abort() 1390 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_thread, abort, thread); in z_impl_k_thread_abort()
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | a2dp.c | 807 SHELL_CMD_ARG(abort, NULL, "\"abort the stream\"", cmd_abort, 1, 0),
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 473 As processes are not yet supported in Zephyr, the ISO C functions ``abort()``, ``signal()``, 484 abort(),yes :ref:`†<posix_undefined_behaviour>`
|
/Zephyr-latest/subsys/testsuite/ztest/ |
D | Kconfig | 49 Stop and abort on first failing test. Do not continue with other
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 778 bool "RX abort support" 781 This option enables rx abort config with static RSSI threshold 785 bool "RX abort extension support" 788 This option enables rx abort extension config with dynamic
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | controller.rst | 69 in case, abort their transmission.
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_callbacks.rst | 160 /* Return an access denied error code to the client and abort calling
|
/Zephyr-latest/doc/develop/west/ |
D | built-in.rst | 160 ``git``, or you can use ``git -C <project_path> rebase --abort`` to
|
D | release-notes.rst | 279 reading ``self.config`` will abort the program.
|
/Zephyr-latest/tests/lib/c_lib/common/src/ |
D | main.c | 1304 abort(); in ZTEST()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_rpi_pico.c | 169 mm_reg_t abort_reg = (mm_reg_t)&base->abort; in rpi_pico_ep_cancel()
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 341 post action handler to return (i.e. not abort) when the asserted
|
/Zephyr-latest/doc/build/ |
D | zephyr_cmake_package.rst | 351 matching file is found, execute this file. If no matching file is found, abort the search.
|
/Zephyr-latest/doc/develop/test/ |
D | ztest.rst | 445 or an explicit abort (:c:func:`ztress_abort`).
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 16 abord||abort
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 606 late to abort the bonding. The pairing is failed locally, but it may
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 927 GDB, GDB will abort the debugging session.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 325 * Fixed potential livelock in thread abort due to exception
|
123