Searched refs:exit (Results 276 – 300 of 363) sorted by relevance
1...<<1112131415
/Zephyr-latest/modules/openthread/platform/ |
D | radio.c | 575 goto exit; in openthread_handle_frame_to_send() 589 goto exit; in openthread_handle_frame_to_send() 600 exit: in openthread_handle_frame_to_send()
|
/Zephyr-latest/scripts/build/ |
D | uf2conv.py | 278 sys.exit(1)
|
/Zephyr-latest/scripts/ |
D | set_assignees.py | 349 sys.exit('Github token not set in environment, please set the '
|
/Zephyr-latest/doc/services/pm/ |
D | system.rst | 103 :dtcompatible:`zephyr,power-state`) and the latency to exit the mode must be
|
/Zephyr-latest/samples/net/mqtt_publisher/src/ |
D | main.c | 549 exit(start_app()); in main()
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | thingy53_nrf5340_common.dtsi | 294 t-exit-dpd = <35000>;
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt5xx_common.dtsi | 46 exit-latency-us = <0>; 53 exit-latency-us = <120>;
|
/Zephyr-latest/samples/subsys/logging/syst/ |
D | README.rst | 55 any output printed on the terminal. So exit QEMU by pressing 226 any output printed on the terminal. So exit QEMU by pressing
|
/Zephyr-latest/dts/arm/silabs/ |
D | efr32bg2x.dtsi | 122 * The minimum residency and exit latency is
|
/Zephyr-latest/boards/ezurio/bl5340_dvk/ |
D | bl5340_dvk_nrf5340_cpuapp_common.dtsi | 316 t-exit-dpd = <35000>;
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | nrf_common.py | 219 sys.exit(0)
|
/Zephyr-latest/dts/xtensa/intel/ |
D | intel_adsp_cavs25_tgph.dtsi | 40 exit-latency-us = <0>;
|
D | intel_adsp_ace30.dtsi | 58 exit-latency-us = <100>; 67 exit-latency-us = <0>;
|
D | intel_adsp_ace30_ptl.dtsi | 58 exit-latency-us = <100>; 67 exit-latency-us = <0>;
|
D | intel_adsp_ace15_mtpm.dtsi | 43 exit-latency-us = <100>; 52 exit-latency-us = <0>;
|
/Zephyr-latest/cmake/modules/ |
D | FindZephyr-sdk.cmake | 150 # supported version, exit.
|
/Zephyr-latest/dts/arm/st/l0/ |
D | stm32l0.dtsi | 41 exit-latency-us = <750>;
|
/Zephyr-latest/lib/libc/picolibc/ |
D | Kconfig | 183 malloc, but only supports a small number (32) of exit handlers.
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | websocket.c | 488 goto exit; in websocket_poll_offload() 494 exit: in websocket_poll_offload()
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | Kconfig | 194 Place exception handling (ISR entry/exit and related) code in ILM, which
|
/Zephyr-latest/dts/arm/renesas/smartbond/ |
D | da1469x.dtsi | 40 exit-latency-us = <100>;
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 52 needed to wait for the other CPU to exit the lock. The default Zephyr 206 "aborted" check happens on any interrupt exit, so there is no special 333 Similarly, on interrupt exit, switch-based architectures are expected
|
/Zephyr-latest/doc/develop/test/ |
D | coverage.rst | 127 # Press Ctrl+C to exit
|
/Zephyr-latest/doc/develop/ |
D | beyond-GSG.rst | 301 To exit QEMU, type :kbd:`Ctrl-a`, then :kbd:`x`. 330 Press :kbd:`Ctrl-C` to exit.
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 80 # Press Ctrl+C to exit 91 Note that the Zephyr kernel does not actually exit once the application is 95 Application tests using the :ref:`ztest framework<test-framework>` will exit after all 663 On exit, the native_sim board application will take care of unmounting the
|
1...<<1112131415