Home
last modified time | relevance | path

Searched refs:start (Results 601 – 625 of 1113) sorted by relevance

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

/Zephyr-latest/boards/intel/rpl/doc/
Dindex.rst73 :start-after: start_include_here
/Zephyr-latest/samples/bluetooth/cap_acceptor/
DREADME.rst12 It can also be configured to start scanning for broadcast audio streams by itself.
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_source/
DREADME.rst11 Will start advertising extended advertising and includes a Broadcast Audio Announcement.
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/src/
Dmain.c45 (request->start + i) % per_adv_params.num_subevents; in request_cb()
/Zephyr-latest/drivers/can/
Dcan_kvaser_pci.c135 .start = can_sja1000_start,
/Zephyr-latest/drivers/sensor/nxp/fxas21002/
Dfxas21002.c287 uint32_t fxas21002_get_transition_time(enum fxas21002_power start, in fxas21002_get_transition_time() argument
303 if (start == FXAS21002_POWER_READY) { in fxas21002_get_transition_time()
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280.c49 uint8_t start, uint8_t *buf, int size) in bme280_reg_read() argument
53 return cfg->bus_io->read(&cfg->bus, start, buf, size); in bme280_reg_read()
/Zephyr-latest/drivers/counter/
Dcounter_mcux_lpc_rtc.c223 .start = mcux_lpc_rtc_start,
417 .start = mcux_lpc_rtc_highres_start,
Dcounter_max32_rtc.c229 .start = api_start,
/Zephyr-latest/lib/posix/options/getopt/
Dgetopt_long.c389 start:
448 goto start;
/Zephyr-latest/tests/drivers/build_all/display/
Dapp.overlay148 start-line = <0>;
323 start-from-right;
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_srv.c331 err = srv->cb->start(srv, &srv->imgs[idx], buf, &io); in handle_start()
405 .start = apply_rsp_sending, in handle_apply()
449 if (!srv->cb || !srv->cb->start || !srv->imgs || srv->img_count == 0 || in dfu_srv_init()
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py935 def substring(kconf, _, string, start, stop=None): argument
940 return string[int(start):int(stop)]
942 return string[int(start):]
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/
Dindex.rst76 RZ/G3S-EVKIT is designed to start different systems on different cores.
166 * Download and start **Flash Writer** as described in ''4.3 Download Flash Writer to RAM'' of `SMAR…
234 https://www.renesas.com/us/en/document/gde/smarc-evk-rzg3s-linux-start-guide-rev104
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_handlers.rst55 :c:enumerator:`MGMT_GROUP_ID_PERUSER`, which is the start group ID for user-defined groups, note
73 :c:enumerator:`MGMT_EVT_GRP_USER_CUSTOM_START`, which is the start event ID for user-defined groups,
127 :start-after: Include handler files
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst36 To start the provisioning process, the unprovisioned device must first start
53 Bluetooth Core Specification Supplement. The URI must start with a URI scheme,
/Zephyr-latest/scripts/build/
Dgen_kobject_list.py501 start = section['sh_addr']
502 end = start + section['sh_size']
504 if start <= addr < end:
506 offset = addr - start
/Zephyr-latest/drivers/net/
Dppp.c404 uint8_t *start = &buf[0]; in ppp_send_flush() local
410 start++; in ppp_send_flush()
418 start, len, in ppp_send_flush()
1147 .start = ppp_start,
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_tiny.ld275 #include <snippets-rom-start.ld>
364 #include <snippets-rom-start.ld>
600 * In other words, the offset from start of flash
601 * for these sections would be the same from start of
631 #include <snippets-rom-start.ld>
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst411 :start-after: usb.rst config structure start
419 :start-after: usb.rst endpoint configuration start
427 :start-after: usb.rst device config data start
440 :start-after: usb.rst vendor handler start
/Zephyr-latest/drivers/ieee802154/
DKconfig.cc252028 might need it too). And of course it has to start before the net stack.
/Zephyr-latest/boards/shields/renesas_us159_da14531evz/doc/
Dindex.rst70 https://digilent.com/reference/pmod/start
/Zephyr-latest/drivers/ethernet/phy/
DKconfig27 so that it can start before the networking sub-system.
/Zephyr-latest/drivers/modem/
DKconfig.quectel-bg9x72 so that it can start before the networking sub-system.
/Zephyr-latest/doc/develop/api/
Doverview.rst27 * All existing stable APIs in Zephyr will be start with version 1.0.0.

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