/Zephyr-latest/scripts/build/ |
D | gen_device_deps.py | 76 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/ |
D | device.c | 180 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/ |
D | accel_stream.c | 39 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/ |
D | Kconfig | 20 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/ |
D | zephyr-user-node.rst | 65 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/ |
D | main.c | 54 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/ |
D | att_internal.h | 151 uint16_t handles[0]; member 242 uint16_t handles[0]; member
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | op_agg_srv.rst | 22 The Opcodes Aggregator Server handles aggregated messages and dispatches them to the
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | w1.rst | 40 * 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/ |
D | btp_gatt.c | 1645 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/ |
D | Kconfig | 59 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/ |
D | btp_gatt.h | 226 uint16_t handles[]; member 343 uint16_t handles[]; member
|
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
D | Kconfig | 12 handles IP module level tasks.
|
/Zephyr-latest/tests/kernel/timer/starve/ |
D | README.txt | 4 correctly handles situations where only one timeout is present, and that
|
/Zephyr-latest/soc/ |
D | Kconfig | 71 Should be selected if SoC handles determining the number of CPUs
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.nxp_enet | 68 ENET MAC Driver handles RX in cooperative workqueue thread.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | gptp.rst | 20 The stack handles communications and state machines defined in the
|
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/ |
D | README.rst | 37 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/ |
D | csip.rst | 31 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/ |
D | Kconfig | 10 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/ |
D | index.rst | 45 The 7 segment display is connected to two GPIO expanders, each of one handles
|
/Zephyr-latest/drivers/misc/coresight/ |
D | Kconfig | 13 Module handles data stored in the ETR circular buffer (e.g. STM logging
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | Kconfig | 98 Set the priority of the PPP TX thread, that handles all
|
/Zephyr-latest/samples/bluetooth/extended_adv/ |
D | README.rst | 21 This sample handles all actions in a separate thread, to promote good design
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 15 and handles network packet timestamps. The protocol's implementation 30 Set the PTP thread stack size in bytes. The PTP thread handles the
|