/Zephyr-latest/boards/intel/rpl/doc/ |
D | index.rst | 73 :start-after: start_include_here
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/ |
D | README.rst | 12 It can also be configured to start scanning for broadcast audio streams by itself.
|
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_source/ |
D | README.rst | 11 Will start advertising extended advertising and includes a Broadcast Audio Announcement.
|
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/src/ |
D | main.c | 45 (request->start + i) % per_adv_params.num_subevents; in request_cb()
|
/Zephyr-latest/drivers/can/ |
D | can_kvaser_pci.c | 135 .start = can_sja1000_start,
|
/Zephyr-latest/drivers/sensor/nxp/fxas21002/ |
D | fxas21002.c | 287 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/ |
D | bme280.c | 49 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/ |
D | counter_mcux_lpc_rtc.c | 223 .start = mcux_lpc_rtc_start, 417 .start = mcux_lpc_rtc_highres_start,
|
D | counter_max32_rtc.c | 229 .start = api_start,
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | getopt_long.c | 389 start: 448 goto start;
|
/Zephyr-latest/tests/drivers/build_all/display/ |
D | app.overlay | 148 start-line = <0>; 323 start-from-right;
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_srv.c | 331 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/ |
D | kconfigfunctions.py | 935 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/ |
D | index.rst | 76 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/ |
D | mcumgr_handlers.rst | 55 :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/ |
D | provisioning.rst | 36 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/ |
D | gen_kobject_list.py | 501 start = section['sh_addr'] 502 end = start + section['sh_size'] 504 if start <= addr < end: 506 offset = addr - start
|
/Zephyr-latest/drivers/net/ |
D | ppp.c | 404 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/ |
D | qemu_x86_tiny.ld | 275 #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/ |
D | usb_device.rst | 411 :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/ |
D | Kconfig.cc2520 | 28 might need it too). And of course it has to start before the net stack.
|
/Zephyr-latest/boards/shields/renesas_us159_da14531evz/doc/ |
D | index.rst | 70 https://digilent.com/reference/pmod/start
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | Kconfig | 27 so that it can start before the networking sub-system.
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.quectel-bg9x | 72 so that it can start before the networking sub-system.
|
/Zephyr-latest/doc/develop/api/ |
D | overview.rst | 27 * All existing stable APIs in Zephyr will be start with version 1.0.0.
|