Home
last modified time | relevance | path

Searched refs:start (Results 676 – 700 of 1113) sorted by relevance

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

/Zephyr-latest/drivers/ieee802154/
DKconfig17 bool "IEEE 802.15.4 interface without auto-start"
/Zephyr-latest/soc/microchip/mec/mec172x/
Dsoc_espi_saf_v2.h503 uint32_t start; member
/Zephyr-latest/cmake/sca/codechecker/
Dsca.cmake70 # Use a dummy file to let CodeChecker know we can start analyzing
/Zephyr-latest/doc/services/storage/fcb/
Dfcb.rst24 used area. When you start reading, the first entry served is the
/Zephyr-latest/include/zephyr/net/
Dppp.h54 int (*start)(const struct device *dev); member
/Zephyr-latest/drivers/can/
Dcan_esp32_twai.c221 .start = can_sja1000_start,
Dcan_handlers.c165 K_OOPS(K_SYSCALL_DRIVER_CAN(dev, start)); in z_vrfy_can_start()
Dcan_stm32h7_fdcan.c199 .start = can_mcan_start,
/Zephyr-latest/kernel/
Dtimer.c142 SYS_PORT_TRACING_OBJ_FUNC(k_timer, start, timer, duration, period); in z_impl_k_timer_start()
/Zephyr-latest/boards/nxp/frdm_mcxw71/doc/
Dindex.rst203 https://www.nxp.com/search?keyword=blhost&start=0
209 :start-after: segger-ecc-systemview
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c1193 uint16_t start, end; in cmd_get() local
1195 start = strtoul(argv[1], NULL, 16); in cmd_get()
1196 end = start; in cmd_get()
1202 bt_gatt_foreach_attr(start, end, get_cb, (void *)sh); in cmd_get()
/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.c664 uint32_t start; in ext2_inode_remove_blocks() local
678 start = offsets[0]; in ext2_inode_remove_blocks()
689 start = offsets[0] + 1; in ext2_inode_remove_blocks()
698 for (uint32_t i = start; i < EXT2_INODE_BLOCKS; i++) { in ext2_inode_remove_blocks()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcap.rst180 Unicast start completed
194 To start a broadcast as the CAP initiator there are a few steps to be done:
460 Broadcast reception start completed
479 Broadcast reception start completed
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split441 start/enable of Advertising is used.
805 start/enable of Central role is used.
928 Enable explicit start of nRF54Lx NRF_GRTC peripheral.
1058 bool "Handle zero length L2CAP start frame"
1061 Handle zero length L2CAP start frame.
1323 bool "Ticker prefer start before stop request"
1326 start and stop operations are enqueued towards ticker_job by a said
1327 user execution context, then start operations is preferred to be
1330 Without this option, the default behavior is to defer all start
1333 race conditions, start followed by stop requests, or start before stop
[all …]
/Zephyr-latest/subsys/logging/frontends/
DKconfig102 instead of generating a timestamp and marker at message start and
/Zephyr-latest/doc/hardware/peripherals/
Ddma.rst33 it may be very useful to start/stop/suspend/resume/reload a channel transfer.
/Zephyr-latest/drivers/counter/
Dcounter_gecko_rtcc.c309 .start = counter_gecko_start,
Dcounter_mcux_rtc.c266 .start = mcux_rtc_start,
Dcounter_mcux_snvs.c297 .start = mcux_snvs_start,
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dmain.c81 SHELL_CMD_ARG(start, &sub_log_test_start, "Start log test", NULL, 2, 0),
/Zephyr-latest/drivers/ethernet/
DKconfig98 so that it can start before the networking sub-system.
/Zephyr-latest/samples/drivers/fpga/fpga_controller/
DREADME.rst76 The LED should start blinking (color depending on the selected bitstream).
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig100 Reassembly timer will start as soon as first packet received
Dieee802154_utils.h94 return radio->start(net_if_get_device(iface)); in ieee802154_radio_start()
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst43 * A **start delay**, which specifies how long the kernel should wait before
66 Specifying a start delay of :c:macro:`K_NO_WAIT` instructs the kernel
67 to start thread execution immediately. Alternatively, the kernel can be
72 The kernel allows a delayed start to be canceled before the thread begins
74 started. A thread whose delayed start was successfully canceled must be
469 :c:type:`k_timeout_t` value, so :c:macro:`K_NO_WAIT` means to start the

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