Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 79) sorted by relevance

1234

/Zephyr-latest/scripts/build/
Dgen_device_deps.py76 def c_handle_comment(dev, handles): argument
83 if len(handles["depends"]) > 0:
85 for dep in handles["depends"]:
87 if len(handles["injected"]) > 0:
89 for dep in handles["injected"]:
91 if len(handles["supports"]) > 0:
93 for sup in handles["supports"]:
98 def c_handle_array(dev, handles, dynamic_deps, extra_support_handles=0): argument
99 handles = [
100 *[str(d.handle) for d in handles["depends"]],
[all …]
/Zephyr-latest/kernel/
Ddevice.c180 static int device_visitor(const device_handle_t *handles, in device_visitor() argument
187 device_handle_t dh = handles[i]; in device_visitor()
204 const device_handle_t *handles = device_required_handles_get(dev, &handle_count); in device_required_foreach() local
206 return device_visitor(handles, handle_count, visitor_cb, context); in device_required_foreach()
214 const device_handle_t *handles = device_supported_handles_get(dev, &handle_count); in device_supported_foreach() local
216 return device_visitor(handles, handle_count, visitor_cb, context); in device_supported_foreach()
/Zephyr-latest/doc/hardware/peripherals/sensor/
Daccel_stream.c39 struct rtio_sqe *handles[2]; in main() local
43 sensor_stream(iodevs[i], &accel_ctx, NULL, &handles[i]); in main()
/Zephyr-latest/subsys/net/lib/zperf/
DKconfig20 Priority of the thread that handles zperf work queue.
26 Stack size of the thread that handles zperf work queue.
/Zephyr-latest/doc/build/dts/
Dzephyr-user-node.rst65 handles = <&gpio0>, <&gpio1>;
69 You can convert the phandles in the ``handle`` and ``handles`` properties to
91 DT_FOREACH_PROP_ELEM_SEP(ZEPHYR_USER_NODE, handles, DEVICE_DT_GET_BY_IDX, (,))
/Zephyr-latest/samples/sensor/accel_polling/src/
Dmain.c54 struct rtio_sqe *handles[NUM_SENSORS]; in print_accels_stream() local
59 sensor_stream(iodevs[i], &accel_ctx, NULL, &handles[i]); in print_accels_stream()
/Zephyr-latest/subsys/bluetooth/host/
Datt_internal.h151 uint16_t handles[0]; member
242 uint16_t handles[0]; member
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dop_agg_srv.rst22 The Opcodes Aggregator Server handles aggregated messages and dispatches them to the
/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst40 * The link layer handles basic communication functions such as bus reset,
47 * The 1-Wire network layer handles all means for slave identification and bus
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c1645 uint16_t handles[5]; in read_multiple() local
1650 (cmd_len != sizeof(*cp) + (cp->handles_count * sizeof(cp->handles[0])))) { in read_multiple()
1654 if (cp->handles_count == 0 || cp->handles_count > ARRAY_SIZE(handles)) { in read_multiple()
1659 handles[i] = sys_le16_to_cpu(cp->handles[i]); in read_multiple()
1674 read_params.multiple.handles = handles; /* not used in read func */ in read_multiple()
1696 uint16_t handles[5]; in read_multiple_var() local
1701 (cmd_len != sizeof(*cp) + (cp->handles_count * sizeof(cp->handles[0])))) { in read_multiple_var()
1705 if (cp->handles_count > ARRAY_SIZE(handles)) { in read_multiple_var()
1709 for (i = 0; i < ARRAY_SIZE(handles); i++) { in read_multiple_var()
1710 handles[i] = sys_le16_to_cpu(cp->handles[i]); in read_multiple_var()
[all …]
/Zephyr-latest/subsys/secure_storage/
DKconfig59 The module that handles the transformation and validation of the
70 The module that handles the storage/retrieval of the ITS data to/from NVM.
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_gatt.h226 uint16_t handles[]; member
343 uint16_t handles[]; member
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
DKconfig12 handles IP module level tasks.
/Zephyr-latest/tests/kernel/timer/starve/
DREADME.txt4 correctly handles situations where only one timeout is present, and that
/Zephyr-latest/soc/
DKconfig71 Should be selected if SoC handles determining the number of CPUs
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_enet68 ENET MAC Driver handles RX in cooperative workqueue thread.
/Zephyr-latest/doc/connectivity/networking/api/
Dgptp.rst20 The stack handles communications and state machines defined in the
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/
DREADME.rst37 when a state handles an event, or explicitly ignores it and passes it up to the parent state.
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcsip.rst31 for the TBS uuids and store the handles, and optionally subscribe to all
34 Once the client has connected and discovered the handles, then it can
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
DKconfig10 and handles network packet timestamps.
110 Set the gPTP thread stack size in bytes. The gPTP thread handles the
/Zephyr-latest/boards/shields/x_nucleo_53l0a1/doc/
Dindex.rst45 The 7 segment display is connected to two GPIO expanders, each of one handles
/Zephyr-latest/drivers/misc/coresight/
DKconfig13 Module handles data stored in the ETR circular buffer (e.g. STM logging
/Zephyr-latest/subsys/net/l2/ppp/
DKconfig98 Set the priority of the PPP TX thread, that handles all
/Zephyr-latest/samples/bluetooth/extended_adv/
DREADME.rst21 This sample handles all actions in a separate thread, to promote good design
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig15 and handles network packet timestamps. The protocol's implementation
30 Set the PTP thread stack size in bytes. The PTP thread handles the

1234