Home
last modified time | relevance | path

Searched refs:done (Results 276 – 300 of 469) sorted by relevance

1...<<111213141516171819

/Zephyr-latest/arch/x86/zefi/
DREADME.txt56 So we can only rely on the C file's internal linkage, which is done
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf5340bsim.rst100 The best way to understand how, may be to look into how this is done in one of the examples
/Zephyr-latest/boards/arduino/portenta_h7/doc/
Dindex.rst81 two cores. This is done in 3 ways:
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan.c714 void ull_scan_done(struct node_rx_event_done *done) argument
723 scan = CONTAINER_OF(done->param, struct ll_scan_set, ull);
Dull_adv.c1988 void ull_adv_done(struct node_rx_event_done *done) argument
2000 adv = CONTAINER_OF(done->param, struct ll_adv_set, ull);
2004 if (done->extra.type == EVENT_DONE_EXTRA_TYPE_ADV && done->extra.result != DONE_COMPLETED) {
2074 if (done->extra.type == EVENT_DONE_EXTRA_TYPE_ADV && adv->lll.aux) {
/Zephyr-latest/drivers/spi/
Dspi_mcux_lpspi.c274 goto done; in spi_mcux_dma_callback()
278 done: in spi_mcux_dma_callback()
/Zephyr-latest/boards/st/nucleo_h563zi/doc/
Dindex.rst266 Once it is done, you can set the OPENOCD and OPENOCD_DEFAULT_PATH variables in
294 This can be done by executing the following commands.
/Zephyr-latest/doc/develop/test/
Dpytest.rst24 By default, there is nothing to be done to enable pytest support in twister. The plugin is
43 through a CLI command. When pytest is done, twister looks for a pytest report (results.xml) and
/Zephyr-latest/boards/st/nucleo_h533re/doc/
Dindex.rst252 Once it is done, you can set the OPENOCD and OPENOCD_DEFAULT_PATH variables in
279 which can be done by executing the following commands:
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_frame.c469 goto done; in ieee802154_compute_header_and_authtag_len()
508 done: in ieee802154_compute_header_and_authtag_len()
/Zephyr-latest/boards/altr/max10/doc/
Dindex.rst219 Reading symbols from /projects/zephyr/samples/hello_world/build/zephyr/zephyr.elf...done.
306 …After this is done you may set breakpoints and continue execution. If you ever want to reset the C…
/Zephyr-latest/subsys/net/ip/
Dnet_if.c466 goto done; in net_if_send_data()
478 goto done; in net_if_send_data()
485 goto done; in net_if_send_data()
505 goto done; in net_if_send_data()
513 goto done; in net_if_send_data()
527 done: in net_if_send_data()
5604 goto done; in net_if_up()
5641 done: in net_if_up()
5670 goto done; in net_if_down()
5679 done: in net_if_down()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_peripheral_iso.c583 uint32_t done; in isr_rx() local
585 done = radio_ccm_is_done(); in isr_rx()
586 LL_ASSERT(done); in isr_rx()
/Zephyr-latest/doc/project/
Dworking_groups.rst102 - Optionally TSC working group definition of done
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst50 packet priority. This is typically done in Ethernet networks when virtual LANs
Dmqtt_sn.rst135 is done automatically using a k_work item.
/Zephyr-latest/doc/services/device_mgmt/
Dec_host_cmd.rst43 as it is done for SHI. That means a SPI backend has to be implemented per chip family. However, it
/Zephyr-latest/arch/x86/core/
DKconfig.ia3273 bounds of the current process stack are overflowed. This is done
/Zephyr-latest/boards/arduino/giga_r1/doc/
Dindex.rst91 two cores. This is done in 3 ways:
/Zephyr-latest/boards/arduino/nicla_vision/doc/
Dindex.rst105 two cores. This is done in 3 ways:
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/doc/
Dindex.rst156 Another good test can be done with IPv6 by using the server/client
/Zephyr-latest/boards/nxp/imx8mq_evk/doc/
Dindex.rst118 configuration is done in the file :zephyr_file:`boards/nxp/imx8mq_evk/imx8mq_evk_mimx8mq6_m4.dts`
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst93 This was done on :zephyr:board:`qemu_x86` where a null pointer was dereferenced.
393 the following needs to be done:
/Zephyr-latest/subsys/usb/device/
Dusb_device.c536 goto done; in get_ep_bm_from_addr()
544 done: in get_ep_bm_from_addr()
/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py196 ec.done = 9
236 assert ec.done == 9
2097 done = 19,
2117 results_mock.done += value * (-1 if decrement else 1)
2619 done = 0,

1...<<111213141516171819