Searched refs:start (Results 1126 – 1150 of 1213) sorted by relevance
1...<<414243444546474849
/Zephyr-latest/drivers/can/ |
D | can_xmc4xxx.c | 889 .start = can_xmc4xxx_start,
|
D | can_rcar.c | 1155 .start = can_rcar_start,
|
D | can_stm32_bxcan.c | 1068 .start = can_stm32_start,
|
D | can_renesas_ra.c | 990 .start = can_renesas_ra_start,
|
/Zephyr-latest/drivers/modem/ |
D | modem_cellular.c | 2381 #define MODEM_CELLULAR_DEFINE_INSTANCE(inst, power_ms, reset_ms, startup_ms, shutdown_ms, start, \ argument 2395 .autostarts = (start), \
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 68 start line:
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 39 Both incoming and outgoing messages allocate segments at the start of the transaction. The outgoing
|
/Zephyr-latest/doc/build/dts/ |
D | phandles.rst | 204 We'll start with an abstract, high level description of how specifier spaces
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_mcr20a.c | 1460 .start = mcr20a_start,
|
D | ieee802154_cc2520.c | 1066 .start = cc2520_start,
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 617 cwd_rel_path = os.path.relpath(example_instance.testsuite.source_dir, start=os.getcwd())
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 188 This would match all URLs that start with a string ``foo``. See
|
D | net_pkt.rst | 145 case is rather limited. Usually, one should know from the start how
|
/Zephyr-latest/boards/nxp/mimxrt1170_evk/doc/ |
D | index.rst | 465 :start-after: nxp-board-footer
|
/Zephyr-latest/drivers/dma/ |
D | dma_mcux_edma.c | 832 .start = dma_mcux_edma_start,
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_xlnx_gem.c | 73 .start = eth_xlnx_gem_start_device,
|
/Zephyr-latest/boards/nxp/imx93_evk/doc/ |
D | index.rst | 388 :start-after: nxp-board-footer
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 329 Delete the cache as well as any applicable build directories and start from
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 138 …Use the ``nrfutil trace stm`` command to start capturing logs from the device, specifying the data…
|
/Zephyr-latest/drivers/counter/ |
D | maxim_ds3231.c | 1274 .start = ds3231_counter_start,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 704 * DMA API start/stop are defined to be repeatable callable with test cases added. 1021 * Added check for return values of the driver start/stop routines when 1577 - new property: ``fifo-start-offset`` 2650 - :github:`50777` - LE Audio: Receiver start ready command shall only be sent by the receiver 2656 - :github:`51250` - ESP32-C3 pin glitches during start-up 2725 - :github:`53552` - LE Audio: Device executes receiver start ready before the CIS is connected 2810 - :github:`54674` - modem: hl7800: DNS resolver does not start for IPv6 only 2917 * :github:`54414` - stm32u5 dma driver does not support repeated start-stop 2918 * :github:`54412` - [hci_uart] nrf52840 & BlueZ 5.55 - start / stop scanning breaks 3312 … mgmt: mcumgr: image upload, then image erase, then image upload does not restart upload from start [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 759 .start = lc3_start, 1076 .start = start_cb, 4183 SHELL_CMD_ARG(start, NULL, NULL, cmd_start, 1, 0),
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | icbmsg_flows.svg | 47 …p://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-start; justify-content: … 67 …p://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-start; justify-content: …
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 327 This RTC can also be set to start from time 0 with the ``--rtc-reset`` command 334 After start, this RTC advances with the simulated time, and is therefore
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_tls.c | 735 static inline int time_left(uint32_t start, uint32_t timeout) in time_left() argument 737 uint32_t elapsed = k_uptime_get_32() - start; in time_left()
|
1...<<414243444546474849