/Zephyr-latest/drivers/can/ |
D | can_stm32_bxcan.c | 735 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/ |
D | ipc_service_icbmsg.rst | 26 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/ |
D | Kconfig | 107 Note that this needs to be done before the device driver
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.mgmt | 56 callbacks are done.
|
/Zephyr-latest/doc/services/net_buf/ |
D | index.rst | 37 buffers, rather this is done implicitly as :c:func:`net_buf_alloc` gets
|
/Zephyr-latest/doc/services/llext/ |
D | config.rst | 60 and copies all data into allocated memory; this is done to allow the extension
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.stm32_hal | 54 Switching between preemptive and cooperative scheduling can be done by
|
/Zephyr-latest/doc/develop/sca/ |
D | eclair.rst | 37 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/ |
D | README.rst | 131 Clock test done returning: 0
|
/Zephyr-latest/boards/digilent/zybo/doc/ |
D | index.rst | 105 Once U-boot is done initializing, load an run the Zephyr application:
|
/Zephyr-latest/drivers/spi/ |
D | spi_sam.c | 756 goto done; in spi_sam_transceive() 772 done: in spi_sam_transceive()
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | linker.ld | 584 * 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/ |
D | cdc_acm.c | 309 goto done; in cdc_acm_read_cb() 329 done: in cdc_acm_read_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_central_iso.c | 747 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/ |
D | device.rst | 78 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
|
D | power_domain.rst | 70 Placing devices on power domains can be done for a variety of reasons,
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 82 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/ |
D | ull_scan_aux.c | 983 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/ |
D | workqueue.rst | 138 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/ |
D | ZephyrConfig.cmake | 156 # CMake find_package has already done the version checking, so let's just include boiler plate.
|
/Zephyr-latest/doc/develop/west/ |
D | without-west.rst | 110 done by setting the environment variable ``WEST_DIR`` to point to
|
/Zephyr-latest/samples/philosophers/ |
D | README.rst | 15 The philosopher always tries to get the lowest fork first (f1 then f2). When done, he will give
|
/Zephyr-latest/boards/shields/amg88xx/doc/ |
D | index.rst | 121 The wiring has to be done according to
|
/Zephyr-latest/cmake/flash/ |
D | CMakeLists.txt | 188 # dependencies. This is done using dedicated CMake script, as
|
/Zephyr-latest/doc/build/version/ |
D | index.rst | 195 No additional configuration needs to be done to the target application so long as it is configured
|