Home
last modified time | relevance | path

Searched refs:done (Results 126 – 150 of 469) sorted by relevance

12345678910>>...19

/Zephyr-latest/drivers/video/
Dvideo_mcux_csi.c54 goto done; in __frame_done_cb()
80 goto done; in __frame_done_cb()
91 done: in __frame_done_cb()
/Zephyr-latest/doc/project/
Ddocumentation.rst22 main interface to trace implementation back to documented features. This is done
44 :ref:`Ztest framework <test-framework>`. Test documentation should only be done
/Zephyr-latest/doc/develop/west/
Dmoving-to-west.rst57 You are done: :file:`zephyrproject` is now set up to use west.
/Zephyr-latest/boards/shields/v2c_daplink/doc/
Dindex.rst40 connector ``J1`` on the V2C-DAPLink. Flashing needs to be done
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D003_rfc-proposal.md32 needs to be done in order to implement the described feature.
/Zephyr-latest/samples/net/virtual/src/
Dmain.c316 goto done; in setup_iface()
350 done: in setup_iface()
/Zephyr-latest/drivers/bluetooth/hci/
Dipc.c268 goto done; in bt_ipc_send()
278 done: in bt_ipc_send()
/Zephyr-latest/drivers/disk/nvme/
Dnvme_cmd.c426 int done = 0; in nvme_cmd_qpair_process_completion() local
455 done++; in nvme_cmd_qpair_process_completion()
470 if (done != 0) { in nvme_cmd_qpair_process_completion()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_remote.c116 if (ctx->done) { in llcp_rr_check_done()
525 ctx->done = 1U; in rr_act_reject()
541 ctx->done = 1U; in rr_act_unsupported()
559 ctx->done = 1U; in rr_act_complete()
Dull_conn_internal.h31 void ull_conn_done(struct node_rx_event_done *done);
/Zephyr-latest/doc/services/serialization/
Dnanopb.rst60 Adding ``proto`` files can be done with the ``zephyr_nanopb_sources()`` CMake function which
/Zephyr-latest/
DCONTRIBUTING.rst30 * Issue and feature tracking is done using GitHub issues in this repo.
/Zephyr-latest/lib/hash/
DKconfig.hash_map13 lookup of key-value pairs must be done in O(1) time (on average).
/Zephyr-latest/lib/mem_blocks/
DKconfig16 () Bookkeeping of allocated blocks is done outside of
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py152 selected_configs = self.done - self.filtered_static - self.filtered_runtime
395 def done(self): member in ExecutionCounter
399 @done.setter
400 def done(self, value): member in ExecutionCounter
951 def process(self, pipeline, done, message, lock, results): argument
1129 done.put(self.instance)
1565 (float(results.done - results.filtered_static) / total_to_do) * 100
1568 unfiltered = results.done - results.filtered_static
1816 self.results.done = self.results.total - self.results.failed
1820 self.results.done -= self.results.error
[all …]
/Zephyr-latest/boards/mikroe/clicker_ra4m1/doc/
Dindex.rst62 Debugging also can be done in the usual way.
/Zephyr-latest/drivers/dma/
Ddma_nxp_edma.c355 uint32_t citer, biter, done; in edma_get_status() local
380 done = EDMA_ChannelRegRead(data->hal_cfg, chan_id, EDMA_TCD_CH_CSR) & in edma_get_status()
382 if (done) { in edma_get_status()
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp202 goto done; in openSecConnection()
234 goto done; in openSecConnection()
254 done: in openSecConnection()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c494 uint32_t done; in isr_rx_estab() local
496 done = radio_ccm_is_done(); in isr_rx_estab()
497 LL_ASSERT(done); in isr_rx_estab()
688 uint32_t done; in isr_rx() local
690 done = radio_ccm_is_done(); in isr_rx()
691 LL_ASSERT(done); in isr_rx()
/Zephyr-latest/drivers/flash/
Dflash_sam0.c431 goto done; in flash_sam0_write_protection()
435 done: in flash_sam0_write_protection()
/Zephyr-latest/drivers/pwm/
Dpwm_mchp_xec.c271 goto done; in xec_compute_and_set_parameters()
296 done: in xec_compute_and_set_parameters()
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/
DREADME.rst61 Provisioning is done using the BlueZ meshctl utility. Below is an example that
93 This is done by setting the target to the unicast address of the element
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst25 functions that work on vectors of data to be done (e.g. low-pass filters, FFT,
58 * All sensor processing can be done in user mode (memory protected) threads.
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/
DREADME.rst75 Provisioning is done using the BlueZ meshctl utility. In this example, we'll use meshctl commands t…
110 This is done by setting the target to the unicast address of the element
/Zephyr-latest/boards/pine64/pinetime_devkit0/doc/
Dindex.rst157 Using nrfjprog, flashing the PineTime is done with the command:
170 This setup can be done using the menu Tools/J-Link Settings. or by directly

12345678910>>...19