Searched refs:start (Results 676 – 700 of 1113) sorted by relevance
1...<<21222324252627282930>>...45
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig | 17 bool "IEEE 802.15.4 interface without auto-start"
|
/Zephyr-latest/soc/microchip/mec/mec172x/ |
D | soc_espi_saf_v2.h | 503 uint32_t start; member
|
/Zephyr-latest/cmake/sca/codechecker/ |
D | sca.cmake | 70 # Use a dummy file to let CodeChecker know we can start analyzing
|
/Zephyr-latest/doc/services/storage/fcb/ |
D | fcb.rst | 24 used area. When you start reading, the first entry served is the
|
/Zephyr-latest/include/zephyr/net/ |
D | ppp.h | 54 int (*start)(const struct device *dev); member
|
/Zephyr-latest/drivers/can/ |
D | can_esp32_twai.c | 221 .start = can_sja1000_start,
|
D | can_handlers.c | 165 K_OOPS(K_SYSCALL_DRIVER_CAN(dev, start)); in z_vrfy_can_start()
|
D | can_stm32h7_fdcan.c | 199 .start = can_mcan_start,
|
/Zephyr-latest/kernel/ |
D | timer.c | 142 SYS_PORT_TRACING_OBJ_FUNC(k_timer, start, timer, duration, period); in z_impl_k_timer_start()
|
/Zephyr-latest/boards/nxp/frdm_mcxw71/doc/ |
D | index.rst | 203 https://www.nxp.com/search?keyword=blhost&start=0 209 :start-after: segger-ecc-systemview
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 1193 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/ |
D | ext2_diskops.c | 664 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/ |
D | cap.rst | 180 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/ |
D | Kconfig.ll_sw_split | 441 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/ |
D | Kconfig | 102 instead of generating a timestamp and marker at message start and
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | dma.rst | 33 it may be very useful to start/stop/suspend/resume/reload a channel transfer.
|
/Zephyr-latest/drivers/counter/ |
D | counter_gecko_rtcc.c | 309 .start = counter_gecko_start,
|
D | counter_mcux_rtc.c | 266 .start = mcux_rtc_start,
|
D | counter_mcux_snvs.c | 297 .start = mcux_snvs_start,
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | main.c | 81 SHELL_CMD_ARG(start, &sub_log_test_start, "Start log test", NULL, 2, 0),
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig | 98 so that it can start before the networking sub-system.
|
/Zephyr-latest/samples/drivers/fpga/fpga_controller/ |
D | README.rst | 76 The LED should start blinking (color depending on the selected bitstream).
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig | 100 Reassembly timer will start as soon as first packet received
|
D | ieee802154_utils.h | 94 return radio->start(net_if_get_device(iface)); in ieee802154_radio_start()
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 43 * 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