Searched refs:done (Results 201 – 225 of 469) sorted by relevance
12345678910>>...19
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig | 23 When all configurations are done net_if_up() has to be invoked to
|
/Zephyr-latest/boards/arduino/uno_r4/doc/ |
D | index.rst | 74 Debugging can be done with ``west debug`` command.
|
/Zephyr-latest/drivers/spi/ |
D | spi_esp32_spim.c | 447 goto done; in transceive() 467 done: in transceive()
|
/Zephyr-latest/doc/connectivity/usb/pd/ |
D | ucds.rst | 25 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/ |
D | shields.rst | 37 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/ |
D | mcumgr_backporting.rst | 27 …* 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/ |
D | index.rst | 113 …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/ |
D | index.rst | 74 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/ |
D | lll_conn.c | 1135 uint32_t done; local 1137 done = radio_ccm_is_done(); 1138 LL_ASSERT(done);
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 77 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/ |
D | cavstool.py | 809 done = True 814 done = False 909 if done: 917 if done:
|
/Zephyr-latest/doc/build/kconfig/ |
D | setting.rst | 216 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/ |
D | modifying_contributions.rst | 48 is done to drive the pull request review to completion, when the pull
|
/Zephyr-latest/boards/renesas/da14695_dk_usb/doc/ |
D | index.rst | 92 on `ezFlashCLI`_ to install the tool. Once installed, flashing can be done in the
|
/Zephyr-latest/boards/renesas/ek_ra2a1/doc/ |
D | index.rst | 117 Debugging also can be done with onboard J-Link debug adapter.
|
/Zephyr-latest/cmake/sca/eclair/ |
D | sca.cmake | 123 # This target is used to generate the ECLAIR database when all the compilation is done and the
|
/Zephyr-latest/samples/boards/arc_secure_services/ |
D | README.rst | 26 peripherals are required by secure world, it can be done by adding static
|
/Zephyr-latest/boards/beagle/beagleplay/doc/ |
D | beagleplay_cc1352p7.rst | 146 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/ |
D | ull_llcp.c | 361 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/ |
D | flash_stm32h7x.c | 566 goto done; 579 done:
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | h4.c | 425 goto done; in process_tx() 447 done: in process_tx()
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 62 automount is enabled, the initialization should be done after
|
/Zephyr-latest/scripts/net/ |
D | README.txt | 14 In essence, the following needs to be done:
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 11 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/ |
D | arm-scmi.rst | 145 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