Home
last modified time | relevance | path

Searched refs:done (Results 176 – 200 of 469) sorted by relevance

12345678910>>...19

/Zephyr-latest/samples/drivers/ipm/ipm_mhu_dual_core/
DREADME.rst17 4. Test done when CPU 1 received MHU0 interrupt
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_local.c78 if (ctx->done) { in llcp_lr_check_done()
496 ctx->done = 1U; in lr_act_complete()
Dull_sync.c1292 void ull_sync_done(struct node_rx_event_done *done) argument
1297 sync = CONTAINER_OF(done->param, struct ll_sync_set, ull);
1306 if (done->extra.sync_term) {
1341 if (done->extra.trx_cnt) {
1343 ull_drift_ticks_get(done, &ticks_drift_plus, &ticks_drift_minus);
1355 if (done->extra.crc_valid) {
Dull_conn.c978 void ull_conn_done(struct node_rx_event_done *done) in ull_conn_done() argument
994 conn = CONTAINER_OF(done->param, struct ll_conn, ull); in ull_conn_done()
1005 ull_lp_past_conn_evt_done(conn, done); in ull_conn_done()
1010 switch (done->extra.mic_state) { in ull_conn_done()
1074 if (done->extra.trx_cnt) { in ull_conn_done()
1079 ull_drift_ticks_get(done, &ticks_drift_plus, in ull_conn_done()
1111 if (done->extra.crc_valid && !done->extra.is_aborted) { in ull_conn_done()
/Zephyr-latest/boards/infineon/cy8ckit_062s2_ai/doc/
Dindex.rst101 If neither package is installed, a minimal installation can be done by downloading the `Infineon Op…
108 When doing a minimal installation, this can be done manually by executing the script
/Zephyr-latest/drivers/can/
Dcan_mcp2515.c379 goto done; in mcp2515_set_timing()
386 goto done; in mcp2515_set_timing()
393 goto done; in mcp2515_set_timing()
396 done: in mcp2515_set_timing()
/Zephyr-latest/doc/security/
Dsensor-threat.rst42 from future writes, and that this will be done after this image is
55 shall be done in a timely manner [th-timely-update]_.
207 device, and the cloud service will be done over the general
314 this is done it shall be done securely, and the new secret
349 Application updates shall be done in a timely manner.
398 Reprovisioning a device shall be done securely.
/Zephyr-latest/doc/services/debugging/
Dgdbstub.rst58 unintended consequences. Usually this can be done by disabling
281 :c:func:`test`. Sometimes, the assignment is not done until another
283 code is done after returning from function. The assignment code is
/Zephyr-latest/drivers/ethernet/
Deth_enc424j600.c385 goto done; in enc424j600_rx()
395 goto done; in enc424j600_rx()
430 done: in enc424j600_rx()
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_timeout.rst45 explicitly update the timeout, which should be done by canceling any
Dnet_mgmt.rst16 example, by using these APIs, application code can request a scan be done on a
25 macro. Procedure requests are done through a single :c:func:`net_mgmt` API
/Zephyr-latest/samples/subsys/logging/dictionary/
DREADME.rst15 filtering of the logging messages for the frontend (in the same way as it is done for backends).
/Zephyr-latest/boards/amd/acp_6_0_adsp/doc/
Dindex.rst108 - ipc rx done: 0x70000000
/Zephyr-latest/samples/bluetooth/mesh_provisioner/
DREADME.rst23 provision detected devices automatically. Once provisioning is done, the
/Zephyr-latest/arch/x86/core/
DKconfig.intel6482 bounds of the current process stack are overflowed. This is done
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dmcp.rst74 from, a media control server. Control is done by writing to one of
76 characteristics. Getting information is done by reading
315 object ID is empty until a search has been done.)
372 separation is done so that the media player can also be used without
412 Control is done from the client.
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_offload.c396 goto done; in eswifi_off_put()
402 done: in eswifi_off_put()
/Zephyr-latest/doc/kernel/memory_management/
Dsys_mem_blocks.rst16 * Bookkeeping of allocated blocks is done outside of the associated
123 the buffer needs to be done at its definition.
/Zephyr-latest/drivers/i2c/
Di2c_dw.c404 goto done; in i2c_dw_isr()
434 goto done; in i2c_dw_isr()
441 goto done; in i2c_dw_isr()
486 done: in i2c_dw_isr()
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-shell.rst37 When it's done, connect to the CLI using your favorite serial terminal application. You should see
Dbluetooth-ctlr-arch.rst133 - Event handle (0, 1) < Event preparation (2, 3) < Event/Rx done (4) < Tx
180 * Encoding and decoding of control pdus done by ull_llcp_pdu.c::llcp_pdu_encode/decode_<PDU>()
238 * event_prepare()/event_done() helpers emulating LLL prepare/done flow
/Zephyr-latest/samples/drivers/ipm/ipm_imx/
DREADME.rst23 and blocking sending of the data back is done in the interrupt handler, which
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull.c285 void ull_drift_ticks_get(struct node_rx_event_done *done, uint32_t *ticks_drift_plus, in ull_drift_ticks_get() argument
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c371 goto done; in img_mgmt_state_set_pending()
376 done: in img_mgmt_state_set_pending()
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/doc/
Dindex.rst101 …n OpenOCD. If neither package is installed, a minimal installation can be done by downloading the …
103 …mming Tools installations. When doing a minimal installation, this can be done manually by executi…

12345678910>>...19