Searched refs:exit (Results 326 – 350 of 363) sorted by relevance
1...<<1112131415
/Zephyr-latest/dts/arm/st/f4/ |
D | stm32f4.dtsi | 51 exit-latency-us = <300>;
|
/Zephyr-latest/doc/develop/west/ |
D | west-apis.rst | 243 Recommended program exit code for this error.
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 575 this can be intensive, so, add an option to exit early.
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 202 disable ECHO by default, on exit with reset it will restore the termios settings 204 open the tty device, the exit with reset will enable ECHO back and thus set up
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 64 sys.exit(f"ERROR: Duplicate 'zephyr,memory-region' ({region}) properties "
|
/Zephyr-latest/subsys/net/ip/ |
D | net_if.c | 5631 goto exit; in update_operational_state() 5636 goto exit; in update_operational_state() 5649 goto exit; in update_operational_state() 5654 goto exit; in update_operational_state() 5659 exit: in update_operational_state()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.c | 2433 goto exit; in hci_cmd_done() 2441 goto exit; in hci_cmd_done() 2449 goto exit; in hci_cmd_done() 2475 exit: in hci_cmd_done()
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 254 my $exit = 0; 1099 $exit = 1; 1123 if ($exit) { 1132 exit($exit);
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf54h20.dtsi | 139 exit-latency-us = <30>; 145 exit-latency-us = <260>;
|
/Zephyr-latest/tests/lib/c_lib/common/src/ |
D | main.c | 1317 exit(1); in exit_program()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.8.rst | 232 * ``ZEP-1529`` - Unable to exit menuconfig
|
D | release-notes-2.2.rst | 263 * x86_64 will now exit QEMU when encountering a fatal error, much like 900 * :github:`22106` - intermittent emulator exit on samples/userspace/shared_mem on qemu_x86_64 989 * :github:`21475` - sanitycheck: hardware map generation unexpected exit during the first attempt
|
D | migration-guide-3.7.rst | 969 exit actions from the current state to the topmost parent, with the expectation the topmost exit
|
D | release-notes-1.7.rst | 295 * ``ZEP-1401`` - Enhance ready queue cache and interrupt exit code to reduce interrupt latency.
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest.c | 821 exit(1); in z_ztest_run_test_suite_ptr()
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 137 4. Save the file, exit the editor, and reset the MPS2+ board.
|
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/ |
D | index.rst | 131 To exit the simulator, use :kbd:`Ctrl+]`, then :kbd:`Ctrl+c`
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 324 exit(), yes
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 956 sys.exit(cmd + str(e).strip()) 6310 sys.exit("error: KCONFIG_ALLCONFIG is set, but neither {} " 6317 sys.exit("error: KCONFIG_ALLCONFIG is set to '{}', which "
|
/Zephyr-latest/dts/arm/st/u5/ |
D | stm32u5.dtsi | 73 exit-latency-us = <130>;
|
/Zephyr-latest/doc/kernel/services/other/ |
D | float.rst | 238 During thread context switch at exit from interrupt handler, the SPARC
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt11xx.dtsi | 79 exit-latency-us = <500>;
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 5570 goto exit; 5575 goto exit; 5581 goto exit; 5590 goto exit; 5598 exit:
|
/Zephyr-latest/doc/build/dts/ |
D | howtos.rst | 158 collect2: error: ld returned 1 exit status
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 249 an ISR, in the kernel interrupt exit stub: 304 different if aborting because of a graceful exit or because of an exception.
|
1...<<1112131415