Home
last modified time | relevance | path

Searched refs:done (Results 201 – 225 of 469) sorted by relevance

12345678910>>...19

/Zephyr-latest/drivers/ieee802154/
DKconfig23 When all configurations are done net_if_up() has to be invoked to
/Zephyr-latest/boards/arduino/uno_r4/doc/
Dindex.rst74 Debugging can be done with ``west debug`` command.
/Zephyr-latest/drivers/spi/
Dspi_esp32_spim.c447 goto done; in transceive()
467 done: in transceive()
/Zephyr-latest/doc/connectivity/usb/pd/
Ducds.rst25 The configuration of a USB-C Device is done in the stack layer and devicetree.
115 The configuration of a USB-C Device is done in the stack layer and devicetree.
/Zephyr-latest/doc/hardware/porting/
Dshields.rst37 shield configuration should be done by keeping in mind that features
77 This should be done at two different level:
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst27 …* The fix, done directly to the Zephyr held code of the MCUmgr library, is backported to the ``v2.…
29 * The fix, done upstream and no longer relevant to the current version, is directly backported
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/doc/
Dindex.rst113 …n OpenOCD. If neither package is installed, a minimal installation can be done by downloading the …
115 …mming Tools installations. When doing a minimal installation, this can be done manually by executi…
/Zephyr-latest/boards/arduino/nano_33_ble/doc/
Dindex.rst74 done at system init. The pin is specified in the ``zephyr,user`` Devicetree node
202 userScript Optional | Set user script that runs after system script execute done.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn.c1135 uint32_t done; local
1137 done = radio_ccm_is_done();
1138 LL_ASSERT(done);
/Zephyr-latest/doc/services/rtio/
Dindex.rst77 perhaps the read could be done using DMA as its large enough make sense. That
81 submission queue entries (sqe). Chaining is done by setting a bitflag in
87 Multiple operations against the same iodev are done in the order provided as
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py809 done = True
814 done = False
909 if done:
917 if done:
/Zephyr-latest/doc/build/kconfig/
Dsetting.rst216 This can be done like this:
254 configure invisible symbols. This is done in
358 interfaces. If all board configuration were done via :file:`<BOARD>_defconfig`,
387 As with symbols, changing the default for a choice is done by defining the
/Zephyr-latest/doc/project/
Dmodifying_contributions.rst48 is done to drive the pull request review to completion, when the pull
/Zephyr-latest/boards/renesas/da14695_dk_usb/doc/
Dindex.rst92 on `ezFlashCLI`_ to install the tool. Once installed, flashing can be done in the
/Zephyr-latest/boards/renesas/ek_ra2a1/doc/
Dindex.rst117 Debugging also can be done with onboard J-Link debug adapter.
/Zephyr-latest/cmake/sca/eclair/
Dsca.cmake123 # This target is used to generate the ECLAIR database when all the compilation is done and the
/Zephyr-latest/samples/boards/arc_secure_services/
DREADME.rst26 peripherals are required by secure world, it can be done by adding static
/Zephyr-latest/boards/beagle/beagleplay/doc/
Dbeagleplay_cc1352p7.rst146 1. Ensure the bcfserial or gb-beagleplay driver isn’t blocking the serial port. This can be done by
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.c361 ctx->done = 0U; in create_procedure()
1513 void ull_lp_past_conn_evt_done(struct ll_conn *conn, struct node_rx_event_done *done) argument
1520 if (conn->lll.role == BT_HCI_ROLE_PERIPHERAL && done->extra.trx_cnt) {
1524 done->extra.drift.start_to_address_actual_us,
1525 (-done->extra.drift.preamble_to_addr_us));
1531 ctx->data.periodic_sync.conn_evt_trx = done->extra.trx_cnt;
/Zephyr-latest/drivers/flash/
Dflash_stm32h7x.c566 goto done;
579 done:
/Zephyr-latest/drivers/bluetooth/hci/
Dh4.c425 goto done; in process_tx()
447 done: in process_tx()
/Zephyr-latest/subsys/fs/
DKconfig62 automount is enabled, the initialization should be done after
/Zephyr-latest/scripts/net/
DREADME.txt14 In essence, the following needs to be done:
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst11 API's private data is done exclusively through system call interfaces.
240 validation of any parameters is optional and should be done with assertions.
335 calling thread. This is done instead of returning some error condition to
375 can open up the kernel to attacks even if checking is done. This is a class
445 be copied. Typically this is done by allocating copies on the stack:
525 /* All done with the memory, free it and return */
587 #. General parameter checks should be done in the implementation function,
/Zephyr-latest/doc/hardware/arch/
Darm-scmi.rst145 This protocol is used to perform clock management operations. This is done
158 This protocol is used to perform pin configuration operations. This is done

12345678910>>...19