Home
last modified time | relevance | path

Searched refs:exit (Results 101 – 125 of 363) sorted by relevance

12345678910>>...15

/Zephyr-latest/lib/libc/picolibc/
DCMakeLists.txt9 exit.c
/Zephyr-latest/scripts/utils/
Dboard_v1_to_v2.py48 sys.exit(f"Board not found: {board}")
54 sys.exit("No SoC provided")
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icmsg_me_initiator.c120 goto exit; in register_ept()
154 exit: in register_ept()
/Zephyr-latest/doc/services/smf/
Dindex.rst125 should be called. It can be called from the entry, run, or exit actions. The
133 entry and exit actions of the least common ancestor are not executed on
142 of the source state, rather than after the exit actions are performed.
145 3. Prohibiting transitions using :c:func:`smf_set_state` in exit actions.
234 /* State S2 does not have an exit action */
335 /* Child states do not have entry or exit actions */
338 /* State S2 do not have entry or exit actions and no parent */
365 re-execute the ancestor\'s entry action or execute the exit action.
368 - Ancestor exit actions are executed after the exit action of the current
/Zephyr-latest/boards/nordic/nrf9160dk/
Dnrf9160dk_nrf9160_common_0_14_0.dtsi57 t-exit-dpd = <35000>;
/Zephyr-latest/lib/libc/minimal/include/
Dstdlib.h47 FUNC_NORETURN static inline void exit(int status) in exit() function
/Zephyr-latest/boards/norik/octopus_io_board/
Doctopus_io_board_common.dtsi59 t-exit-dpd = <3500>;
/Zephyr-latest/scripts/dts/
Dgen_edt.py54 sys.exit(f"devicetree error: {e}")
/Zephyr-latest/drivers/sensor/st/lis2dux12/
Dlis2duxs12_api.c116 goto exit; /* spurious interrupt */ in st_lis2duxs12_handle_interrupt()
123 exit: in st_lis2duxs12_handle_interrupt()
Dlis2dux12_api.c116 goto exit; /* spurious interrupt */ in st_lis2dux12_handle_interrupt()
123 exit: in st_lis2dux12_handle_interrupt()
/Zephyr-latest/samples/net/openthread/coap/src/
Dled.c189 goto exit; in coap_led_get_state_cb()
193 exit: in coap_led_get_state_cb()
/Zephyr-latest/soc/mediatek/mt8xxx/
Dgen_img.py75 sys.exit(1)
/Zephyr-latest/tests/drivers/flash/common/boards/
Dnrf52840dk_spi_nor.overlay46 t-exit-dpd = <45000>;
Dnrf52840dk_mx25l51245g.overlay60 t-exit-dpd = <30000>;
Dnrf52840dk_spi_nor_wp_hold.overlay48 t-exit-dpd = <45000>;
/Zephyr-latest/soc/microchip/mec/common/spigen/
Dmec_spi_gen.py333 sys.exit(-1)
337 sys.exit(-1)
374 sys.exit(-1)
/Zephyr-latest/samples/net/sockets/http_get/src/
Dhttp_get.c44 #define CHECK(r) { if (r < 0) { printf("Error: %d\n", (int)r); exit(1); } }
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c683 goto exit; in tls_session_store()
691 exit: in tls_session_store()
713 goto exit; in tls_session_restore()
721 exit: in tls_session_restore()
1131 goto exit; in tls_mbedtls_set_credentials()
1143 goto exit; in tls_mbedtls_set_credentials()
1147 exit: in tls_mbedtls_set_credentials()
3027 goto exit; in ztls_poll_prepare_ctx()
3035 goto exit; in ztls_poll_prepare_ctx()
3042 exit: in ztls_poll_prepare_ctx()
[all …]
/Zephyr-latest/scripts/kconfig/
Ddiffconfig39 sys.exit(0)
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/
Dfifo_mock.py78 sys.exit(main())
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/
Dmec172x_remote_flasher.py126 sys.exit(1)
/Zephyr-latest/lib/libc/minimal/
DCMakeLists.txt23 source/stdlib/exit.c
/Zephyr-latest/drivers/dma/
DKconfig.intel_adsp_hda50 Intel ADSP HDA Host Interrupt for L1 exit.
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dsocket_dumb_http.c33 #define CHECK(r) { if (r == -1) { printf("Error: " #r "\n"); exit(1); } }
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c265 goto exit; in offload_sendto()
272 goto exit; in offload_sendto()
286 exit: in offload_sendto()
335 goto exit; in sockread_common()
342 goto exit; in sockread_common()
354 goto exit; in sockread_common()
357 exit: in sockread_common()
427 goto exit; in offload_recvfrom()
439 exit: in offload_recvfrom()
657 goto exit; in MODEM_CMD_DEFINE()
[all …]

12345678910>>...15