Home
last modified time | relevance | path

Searched refs:start (Results 726 – 750 of 1113) sorted by relevance

1...<<21222324252627282930>>...45

/Zephyr-latest/include/zephyr/drivers/
Dcan.h505 can_start_t start; member
1135 return api->start(dev); in z_impl_can_start()
/Zephyr-latest/drivers/espi/
Despi_saf_mchp_xec.c575 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/
Dbap.h1280 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/
Dindex.rst225 to load and start the Cortex-M4 firmware.
239 1) start OpenOCD in a dedicated terminal
/Zephyr-latest/boards/nxp/imx8mm_evk/doc/
Dindex.rst170 #jailhouse cell start 1
220 Load the M4 binary onto the desired memory and start its execution using:
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/
Dstartup.cmm5 ; 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/
Darch.rst286 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/
Dnet_pkt.c886 #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/
DKconfig.cc120027 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/
Ddevice_adapter.py233 self._reader_thread.start()
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_stream.c308 .start = unicast_client_cp_cb, in bt_cap_stream_ops_register_bap()
/Zephyr-latest/drivers/ethernet/
Deth_litex_liteeth.c294 .start = eth_start,
/Zephyr-latest/drivers/counter/
Dcounter_mcux_ctimer.c281 .start = mcux_lpc_ctimer_start,
Dcounter_xlnx_axi_timer.c313 .start = xlnx_axi_timer_start,
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c297 .start = lc3_start,
/Zephyr-latest/doc/build/kconfig/
Dpreprocessor-functions.rst105 $(substring,<string>,<start>[,<stop>])
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/
DREADME.rst77 RTC synchronization is completed they start to match.
/Zephyr-latest/boards/arduino/nicla_vision/
Darduino_nicla_vision_stm32h747xx_m7.dts275 /* ...then use the pwmclock node to start the clock generation */
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dmem_domain.c71 rw_parts[i].start = (uintptr_t)&rw_bufs[i]; in test_mem_domain_setup()
/Zephyr-latest/boards/nxp/imx8mn_evk/doc/
Dindex.rst135 #jailhouse cell start 1
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c547 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,
Dheartbeat.c164 .start = hb_publish_start_cb, in hb_publish()
/Zephyr-latest/doc/develop/debug/
Dindex.rst11 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/
Dnet_pkt.h883 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/
Dqemu_user_setup.rst52 * Tell QEMU to start DHCP server at user-defined IP address.

1...<<21222324252627282930>>...45