/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 56 So we can only rely on the C file's internal linkage, which is done
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf5340bsim.rst | 100 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/ |
D | index.rst | 81 two cores. This is done in 3 ways:
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_scan.c | 714 void ull_scan_done(struct node_rx_event_done *done) argument 723 scan = CONTAINER_OF(done->param, struct ll_scan_set, ull);
|
D | ull_adv.c | 1988 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/ |
D | spi_mcux_lpspi.c | 274 goto done; in spi_mcux_dma_callback() 278 done: in spi_mcux_dma_callback()
|
/Zephyr-latest/boards/st/nucleo_h563zi/doc/ |
D | index.rst | 266 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/ |
D | pytest.rst | 24 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/ |
D | index.rst | 252 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/ |
D | ieee802154_frame.c | 469 goto done; in ieee802154_compute_header_and_authtag_len() 508 done: in ieee802154_compute_header_and_authtag_len()
|
/Zephyr-latest/boards/altr/max10/doc/ |
D | index.rst | 219 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/ |
D | net_if.c | 466 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/ |
D | lll_peripheral_iso.c | 583 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/ |
D | working_groups.rst | 102 - Optionally TSC working group definition of done
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_if.rst | 50 packet priority. This is typically done in Ethernet networks when virtual LANs
|
D | mqtt_sn.rst | 135 is done automatically using a k_work item.
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ec_host_cmd.rst | 43 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/ |
D | Kconfig.ia32 | 73 bounds of the current process stack are overflowed. This is done
|
/Zephyr-latest/boards/arduino/giga_r1/doc/ |
D | index.rst | 91 two cores. This is done in 3 ways:
|
/Zephyr-latest/boards/arduino/nicla_vision/doc/ |
D | index.rst | 105 two cores. This is done in 3 ways:
|
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/doc/ |
D | index.rst | 156 Another good test can be done with IPv6 by using the server/client
|
/Zephyr-latest/boards/nxp/imx8mq_evk/doc/ |
D | index.rst | 118 configuration is done in the file :zephyr_file:`boards/nxp/imx8mq_evk/imx8mq_evk_mimx8mq6_m4.dts`
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 93 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/ |
D | usb_device.c | 536 goto done; in get_ep_bm_from_addr() 544 done: in get_ep_bm_from_addr()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_runner.py | 196 ec.done = 9 236 assert ec.done == 9 2097 done = 19, 2117 results_mock.done += value * (-1 if decrement else 1) 2619 done = 0,
|