/Zephyr-latest/include/zephyr/drivers/ |
D | can.h | 505 can_start_t start; member 1135 return api->start(dev); in z_impl_can_start()
|
/Zephyr-latest/drivers/espi/ |
D | espi_saf_mchp_xec.c | 575 regs->SAF_PROT_RG[regnum].START = preg->start >> 12U; in espi_saf_xec_set_pr() 577 (preg->start + preg->size - 1U) >> 12U; in espi_saf_xec_set_pr()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | bap.h | 1280 int (*start)(struct bt_bap_stream *stream, struct bt_bap_ascs_rsp *rsp); member 1660 void (*start)(struct bt_bap_stream *stream, enum bt_bap_ascs_rsp_code rsp_code, member
|
/Zephyr-latest/boards/96boards/avenger96/doc/ |
D | index.rst | 225 to load and start the Cortex-M4 firmware. 239 1) start OpenOCD in a dedicated terminal
|
/Zephyr-latest/boards/nxp/imx8mm_evk/doc/ |
D | index.rst | 170 #jailhouse cell start 1 220 Load the M4 binary onto the desired memory and start its execution using:
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/ |
D | startup.cmm | 5 ; Lauterbach Trace32 start-up script for S32Z27x / Cortex-R52 * 18 ; - lockstep set to "yes" to start the core in lock-step mode *
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 286 To start a new thread, a stack frame must be constructed so that the context 366 exception 1 is IRQ1, and device IRQs start at 16), ARM has IRQ0 being 541 Such carve-outs will always be tracked in ``thread.stack_info.start``. 542 The region specified by ``thread.stack_info.start`` and 554 |.....................| <- thread.stack_info.start 564 +---------------------+ <- thread.stack_info.start + thread.stack_info.size 642 |.............................| <- thread.stack_info.start 707 . . thread.stack_info.start 770 |.............................| <- thread.stack_info.start 969 * :c:member:`gdb_mem_region.start` specifies the start of a memory
|
/Zephyr-latest/subsys/net/ip/ |
D | net_pkt.c | 886 #define NET_PKT_ALLOC_STATS_UPDATE(pkt, alloc_size, start) ({ \ argument 896 pkt->alloc_stats->ok.time_sum += (uint64_t)(k_cycle_get_32() - start); \ 902 #define NET_PKT_ALLOC_STATS_FAIL(pkt, alloc_size, start) ({ \ argument 912 pkt->alloc_stats->fail.time_sum += (uint64_t)(k_cycle_get_32() - start); \ 918 #define NET_PKT_ALLOC_STATS_UPDATE(pkt, alloc_size, start) ({ 0; }) argument 919 #define NET_PKT_ALLOC_STATS_FAIL(pkt, alloc_size, start) ({ 0; }) argument
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.cc1200 | 27 might need it too). And of course it has to start before the net stack.
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | device_adapter.py | 233 self._reader_thread.start()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | cap_stream.c | 308 .start = unicast_client_cp_cb, in bt_cap_stream_ops_register_bap()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_litex_liteeth.c | 294 .start = eth_start,
|
/Zephyr-latest/drivers/counter/ |
D | counter_mcux_ctimer.c | 281 .start = mcux_lpc_ctimer_start,
|
D | counter_xlnx_axi_timer.c | 313 .start = xlnx_axi_timer_start,
|
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/ |
D | bap_unicast_sr.c | 297 .start = lc3_start,
|
/Zephyr-latest/doc/build/kconfig/ |
D | preprocessor-functions.rst | 105 $(substring,<string>,<start>[,<stop>])
|
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/ |
D | README.rst | 77 RTC synchronization is completed they start to match.
|
/Zephyr-latest/boards/arduino/nicla_vision/ |
D | arduino_nicla_vision_stm32h747xx_m7.dts | 275 /* ...then use the pwmclock node to start the clock generation */
|
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/ |
D | mem_domain.c | 71 rw_parts[i].start = (uintptr_t)&rw_bufs[i]; in test_mem_domain_setup()
|
/Zephyr-latest/boards/nxp/imx8mn_evk/doc/ |
D | index.rst | 135 #jailhouse cell start 1
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_srv.c | 547 if (srv->cb && srv->cb->start) { in handle_xfer_start() 548 err = srv->cb->start(srv, ctx, &srv->state.xfer); in handle_xfer_start() 947 .start = blob_srv_start,
|
D | heartbeat.c | 164 .start = hb_publish_start_cb, in hb_publish()
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 11 This section is a quick hands-on reference to start debugging your 54 * ``-S`` Do not start CPU at startup; rather, you must type 'c' in the 280 #. Click the ``Debug`` button to start debugging.
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt.h | 883 uint16_t start) in net_pkt_set_ipv6_fragment_start() argument 885 pkt->ipv6_fragment.hdr_start = start; in net_pkt_set_ipv6_fragment_start() 922 uint16_t start) in net_pkt_set_ipv6_fragment_start() argument 925 ARG_UNUSED(start); in net_pkt_set_ipv6_fragment_start()
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_user_setup.rst | 52 * Tell QEMU to start DHCP server at user-defined IP address.
|