Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/
DREADME.rst32 IPC-service HOST [INST 0 - ENDP A] demo started
33 IPC-service HOST [INST 0 - ENDP B] demo started
34 IPC-service HOST [INST 1] demo started
50 IPC-service REMOTE [INST 0 - ENDP A] demo started
51 IPC-service REMOTE [INST 0 - ENDP B] demo started
52 IPC-service REMOTE [INST 1] demo started
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_test.c35 static bool started; variable
164 if (started) { in init()
282 started = true; in ll_test_tx()
316 started = true; in ll_test_rx()
326 if (!started) { in ll_test_end()
360 started = false; in ll_test_end()
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/
DREADME.rst82 IPC-service HOST [INST 0 - ENDP A] demo started
83 IPC-service HOST [INST 0 - ENDP B] demo started
84 IPC-service HOST [INST 1] demo started
96 IPC-service REMOTE [INST 0 - ENDP A] demo started
97 IPC-service REMOTE [INST 0 - ENDP B] demo started
98 IPC-service REMOTE [INST 1] demo started
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/
DREADME.rst14 beacon is started again.
15 BLE link is then disabled and started up again after 2 seconds, then same
22 before beacon is started and between advertising peaks besides as SHUTDOWN mode
/Zephyr-latest/drivers/crypto/
Dcrypto_npcx_sha.c105 if (!ctx->started) { in npcx_sha_compute()
111 ctx->started = true; in npcx_sha_compute()
118 ctx->started = false; in npcx_sha_compute()
124 ctx->started = false; in npcx_sha_compute()
161 ctx->started = false; in npcx_hash_session_setup()
Dcrypto_mtls_shim.c472 if (!ctx->started) { in mtls_sha256_compute()
479 ctx->started = true; in mtls_sha256_compute()
485 ctx->started = false; in mtls_sha256_compute()
490 ctx->started = false; in mtls_sha256_compute()
507 if (!ctx->started) { in mtls_sha512_compute()
514 ctx->started = true; in mtls_sha512_compute()
520 ctx->started = false; in mtls_sha512_compute()
525 ctx->started = false; in mtls_sha512_compute()
563 ctx->started = false; in mtls_hash_session_setup()
/Zephyr-latest/drivers/can/
Dcan_native_linux.c106 if ((count <= 0) || !data->common.started) { in rx_thread()
177 if (!data->common.started) { in can_native_linux_send()
273 if (data->common.started) { in can_native_linux_start()
277 data->common.started = true; in can_native_linux_start()
286 if (!data->common.started) { in can_native_linux_stop()
290 data->common.started = false; in can_native_linux_stop()
312 if (data->common.started) { in can_native_linux_set_mode()
333 if (data->common.started) { in can_native_linux_set_timing()
348 if (data->common.started) { in can_native_linux_set_timing_data()
362 if (!data->common.started) { in can_native_linux_get_state()
Dcan_loopback.c146 if (!data->common.started) { in can_loopback_send()
242 if (data->common.started) { in can_loopback_start()
246 data->common.started = true; in can_loopback_start()
255 if (!data->common.started) { in can_loopback_stop()
259 data->common.started = false; in can_loopback_stop()
270 if (data->common.started) { in can_loopback_set_mode()
298 if (data->common.started) { in can_loopback_set_timing()
313 if (data->common.started) { in can_loopback_set_timing_data()
327 if (data->common.started) { in can_loopback_get_state()
Dcan_sja1000.c114 if (data->common.started) { in can_sja1000_set_timing()
157 if (data->common.started) { in can_sja1000_start()
182 data->common.started = true; in can_sja1000_start()
193 if (!data->common.started) { in can_sja1000_stop()
211 data->common.started = false; in can_sja1000_stop()
235 if (data->common.started) { in can_sja1000_set_mode()
397 if (!data->common.started) { in can_sja1000_send()
488 if (!data->common.started) { in can_sja1000_recover()
537 if (!data->common.started) { in can_sja1000_get_state()
680 if (data->common.started && in can_sja1000_handle_error_warning_irq()
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_timer.c40 bool started = atomic_test_bit(&usbc_timer->flags, TIMER_STARTED); in usbc_timer_expired() local
43 if (started & expired) { in usbc_timer_expired()
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dmain.c89 static bool started; variable
187 started = false; in game_init()
267 started = true; in check_start()
282 started = false; in game_ended()
446 if (!started) { in button_pressed()
452 if (!started) { in button_pressed()
464 if (!started) { in button_pressed()
470 if (!started) { in button_pressed()
/Zephyr-latest/drivers/watchdog/
DKconfig.cmsdk_apb19 Enable this setting to allow WDOG to be automatically started
20 during device initialization. Note that once WDOG is started
/Zephyr-latest/samples/net/capture/src/
Dmain.c24 static bool started; variable
102 if (!started) { in cmd_sample_send()
298 started = true; in event_handler()
302 started = false; in event_handler()
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/
DREADME.rst73 OpenAMP[remote] Linux responder demo started
75 OpenAMP[remote] Linux sample client responder started
77 OpenAMP[remote] Linux TTY responder started
122 OpenAMP[remote] Linux responder demo started
124 OpenAMP[remote] Linux sample client responder started
126 OpenAMP[remote] Linux TTY responder started
/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_lpcomp.c35 bool started; member
109 if (shim_nrf_lpcomp_data0.started) { in shim_nrf_lpcomp_start()
114 shim_nrf_lpcomp_data0.started = true; in shim_nrf_lpcomp_start()
119 if (!shim_nrf_lpcomp_data0.started) { in shim_nrf_lpcomp_stop()
124 shim_nrf_lpcomp_data0.started = false; in shim_nrf_lpcomp_stop()
/Zephyr-latest/drivers/clock_control/
Dnrf_clock_calibration.c210 bool started = false; in measure_temperature() local
225 started = true; in measure_temperature()
234 started ? "started" : "skipped", diff); in measure_temperature()
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/uut/
Dbap_broadcast_source.c24 .started = mock_bap_broadcast_source_started_cb,
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/
DREADME.rst58 RPMsg Service [master] demo started
72 RPMsg Service [remote] demo started
110 RPMsg Service [master] demo started
124 RPMsg Service [remote] demo started
147 RPMsg Service [master] demo started
/Zephyr-latest/tests/kernel/sleep/
DREADME.txt38 Test thread started: id = 0x00400040
39 Helper thread started: id = 0x00400000
/Zephyr-latest/include/zephyr/crypto/
Dhash.h70 bool started; member
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/
DREADME.rst37 [00:00:00.415,985] <inf> host: IPC-service HOST demo started
54 [00:00:00.006,256] <inf> remote: IPC-service REMOTE demo started
61 [00:00:00.006,256] <inf> remote: IPC-service REMOTE demo started
/Zephyr-latest/samples/drivers/i2s/i2s_codec/src/
Dmain.c158 bool started = false; in main() local
198 if (!started) { in main()
200 started = true; in main()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_test.c77 static bool started; variable
492 if (started) { in init()
655 started = true; in ll_test_tx()
712 started = true; in ll_test_rx()
722 if (!started) { in ll_test_end()
756 started = false; in ll_test_end()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_udp.c306 bool started = false; in smp_udp_open() local
313 started = true; in smp_udp_open()
324 started = true; in smp_udp_open()
330 if (started) { in smp_udp_open()
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/uut/
Dbap_unicast_client.c178 if (stream->ops != NULL && stream->ops->started != NULL) { in bt_bap_unicast_client_connect()
179 stream->ops->started(stream); in bt_bap_unicast_client_connect()
207 if (stream->ops != NULL && stream->ops->started != NULL) { in bt_bap_unicast_client_start()
208 stream->ops->started(stream); in bt_bap_unicast_client_start()

12345678910>>...12