Home
last modified time | relevance | path

Searched refs:done (Results 251 – 275 of 469) sorted by relevance

1...<<111213141516171819

/Zephyr-latest/drivers/can/
Dcan_stm32_bxcan.c735 goto done; in can_stm32_recover()
745 goto done; in can_stm32_recover()
751 done: in can_stm32_recover()
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst26 For the zero-copy case, this is done by the caller, otherwise, it is copied automatically.
35 It is done internally by the backend and it is invisible to the caller.
295 When it is done, no further initialization is required.
/Zephyr-latest/drivers/i3c/
DKconfig107 Note that this needs to be done before the device driver
/Zephyr-latest/subsys/net/ip/
DKconfig.mgmt56 callbacks are done.
/Zephyr-latest/doc/services/net_buf/
Dindex.rst37 buffers, rather this is done implicitly as :c:func:`net_buf_alloc` gets
/Zephyr-latest/doc/services/llext/
Dconfig.rst60 and copies all data into allocated memory; this is done to allow the extension
/Zephyr-latest/drivers/ethernet/
DKconfig.stm32_hal54 Switching between preemptive and cooperative scheduling can be done by
/Zephyr-latest/doc/develop/sca/
Declair.rst37 The configure of the ECLAIR SCA environment can either be done via a cmake options file or with
/Zephyr-latest/samples/drivers/clock_control_litex/
DREADME.rst131 Clock test done returning: 0
/Zephyr-latest/boards/digilent/zybo/doc/
Dindex.rst105 Once U-boot is done initializing, load an run the Zephyr application:
/Zephyr-latest/drivers/spi/
Dspi_sam.c756 goto done; in spi_sam_transceive()
772 done: in spi_sam_transceive()
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dlinker.ld584 * entire data section. XIP copy is done in words only, so there may be up
586 * is done first followed by clearing the BSS section.
/Zephyr-latest/subsys/usb/device/class/
Dcdc_acm.c309 goto done; in cdc_acm_read_cb()
329 done: in cdc_acm_read_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central_iso.c747 uint32_t done; in isr_rx() local
749 done = radio_ccm_is_done(); in isr_rx()
750 LL_ASSERT(done); in isr_rx()
/Zephyr-latest/doc/services/pm/
Ddevice.rst78 When using this method, device power management is mostly done inside
89 The decision about suspending devices when entering a low power state is done based on the
191 This is entirely done by the power management subsystem. Instead, drivers are
Dpower_domain.rst70 Placing devices on power domains can be done for a variety of reasons,
/Zephyr-latest/boards/native/doc/
Darch_soc.rst82 can and cannot be done.
134 /* We expect the peripheral done and ready to do something else */
181 and all calls into the kernel will be done as normal calls.
453 This was done to enable very different real SOC simulations to share a common architecture and SOC
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan_aux.c983 void ull_scan_aux_done(struct node_rx_event_done *done) in ull_scan_aux_done() argument
988 aux = CONTAINER_OF(done->param, struct ll_scan_aux_set, ull); in ull_scan_aux_done()
994 sync = CONTAINER_OF(done->param, struct ll_sync_set, ull); in ull_scan_aux_done()
2198 void ull_scan_aux_done(struct node_rx_event_done *done) in ull_scan_aux_done() argument
2203 chain = CONTAINER_OF(done->extra.lll, struct ll_scan_aux_chain, lll); in ull_scan_aux_done()
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst138 done by **scheduling** a **delayable work item** to be submitted to a
415 be a flag indicating that work needs to be done, or a shared object that is
520 done. This way you can use the work handler as the standard cleanup path:
522 are submitted, you may be able to have everything done in the work handler
536 done promptly without compromising the system's ability to respond to
/Zephyr-latest/share/zephyr-package/cmake/
DZephyrConfig.cmake156 # CMake find_package has already done the version checking, so let's just include boiler plate.
/Zephyr-latest/doc/develop/west/
Dwithout-west.rst110 done by setting the environment variable ``WEST_DIR`` to point to
/Zephyr-latest/samples/philosophers/
DREADME.rst15 The philosopher always tries to get the lowest fork first (f1 then f2). When done, he will give
/Zephyr-latest/boards/shields/amg88xx/doc/
Dindex.rst121 The wiring has to be done according to
/Zephyr-latest/cmake/flash/
DCMakeLists.txt188 # dependencies. This is done using dedicated CMake script, as
/Zephyr-latest/doc/build/version/
Dindex.rst195 No additional configuration needs to be done to the target application so long as it is configured

1...<<111213141516171819