Home
last modified time | relevance | path

Searched full:handles (Results 1 – 25 of 241) sorted by relevance

12345678910

/Zephyr-latest/scripts/build/
Dgen_device_deps.py7 """Translate generic handles into ones optimized for the application.
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 = [
[all …]
Delf_parser.py103 # Point to the handles instance associated with the device;
104 # assigned by correlating the device struct handles pointer
105 # value with the addr of a Handles instance.
247 # Assign handles to the devices
/Zephyr-latest/tests/kernel/common/src/
Dbyteorder.c73 * @details Test if sys_get_be64() correctly handles endianness.
92 * @details Test if sys_put_be64() correctly handles endianness.
112 * @details Test if sys_get_be40() correctly handles endianness.
129 * @details Test if sys_put_be40() correctly handles endianness.
146 * @details Test if sys_get_be48() correctly handles endianness.
165 * @details Test if sys_put_be48() correctly handles endianness.
184 * @details Test if sys_get_be32() correctly handles endianness.
203 * @details Test if sys_put_be32() correctly handles endianness.
223 * @details Test if sys_get_be24() correctly handles endianness.
242 * @details Test if sys_put_be24() correctly handles endianness.
[all …]
/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt_transport.h41 /** Transport connect handler. Handles TCP connection callback based on
46 /** Transport write handler. Handles transport write based on type of
51 /** Transport write message handler. Handles transport write based
56 /** Transport read handler. Handles transport read based on type of
61 /** Transport disconnect handler. Handles transport disconnection based
67 /**@brief Handles TCP Connection Complete for configured transport.
75 /**@brief Handles write requests on configured transport.
86 /**@brief Handles write message requests on configured transport.
97 /**@brief Handles read requests on configured transport.
110 /**@brief Handles transport disconnection requests on configured transport.
/Zephyr-latest/kernel/
Ddevice.c147 static int device_visitor(const device_handle_t *handles, in device_visitor() argument
154 device_handle_t dh = handles[i]; in device_visitor()
171 const device_handle_t *handles = device_required_handles_get(dev, &handle_count); in device_required_foreach() local
173 return device_visitor(handles, handle_count, visitor_cb, context); in device_required_foreach()
181 const device_handle_t *handles = device_supported_handles_get(dev, &handle_count); in device_supported_foreach() local
183 return device_visitor(handles, handle_count, visitor_cb, context); in device_supported_foreach()
/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/tests/bluetooth/gatt/src/
Dmain.c147 * No pre-allocated handles. Repeat the process multiple times.
176 /* Check that the handles are initially 0x0000 before registering the service */ in ZTEST()
188 /* Check that the handles are the same as before registering the service */ in ZTEST()
210 * Service A and B both have pre-allocated handles for their attributes.
211 * Check that pre-allocated handles are the same after unregistering as they were before
237 /* Pre-allocate handles for both services */ in ZTEST()
251 /* Check that the handles are the same as before registering the service */ in ZTEST()
272 * Service A has pre-allocated handles for its attributes, while Service B has handles assigned by
274 * Check that pre-allocated handles are the same after unregistering as they were before
300 /* Pre-allocate handles for one service only */ in ZTEST()
[all …]
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_gateway.h23 * @brief A callback which handles the prefixed messages from the server.
45 * @brief Register a callback which handles the prefixed messages from the server.
/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
94 DT_FOREACH_PROP_ELEM(ZEPHYR_USER_NODE, handles, PHANDLE_TO_DEVICE)
/Zephyr-latest/dts/bindings/gpio/
Drichtek,rt1718s-gpio-port.yaml7 "richtek,rt1718s-gpio-port" node handles GPIO feature of the RT1718S TCPC
/Zephyr-latest/subsys/secure_storage/
DKconfig58 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/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/drivers/serial/
DKconfig.stm3234 Handles erratum "USART does not generate DMA requests after
/Zephyr-latest/drivers/ethernet/phy/
Dphy_adin2111_priv.h14 * @brief Handles PHY interrupt.
/Zephyr-latest/include/zephyr/devicetree/
Dport-endpoint.h44 * It handles various ways of how a port could be defined.
109 * It handles various ways of how a port and an endpoint could be defined as described in
172 * This handles various ways of how a port and an endpoint could be defined as described in
223 * local endpoint. This handles various ways of how a port and an endpoint could be defined as
/Zephyr-latest/drivers/spi/
DKconfig.stm3241 Handles erratum "BSY bit may stay high at the end of a data
/Zephyr-latest/soc/raspberrypi/rpi_pico/common/
Dsoc.c26 * This alternative implementation of panic handles the panic
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
DKconfig12 handles IP module level tasks.
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dop_agg_srv.h26 * @note The Opcodes Aggregator Server handles aggregated messages
Dpriv_beacon_cli.h59 * Handles received Private Beacon Status messages from a Private Beacon server.
70 * Handles received Private GATT Proxy Status messages from a Private Beacon server.
81 * Handles received Private Node Identity Status messages from a Private Beacon server.
Dbrg_cfg_cli.h38 * Handles received Subnet Bridge Status messages from a Bridge
50 * Handles received Bridging Table Size Status messages from a Bridge
61 * Handles received Bridging Table status messages from a Bridge
73 * Handles received Bridged Subnets List messages from a Bridge
85 * Handles received Bridging Table List messages from a Bridge
/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/doc/connectivity/bluetooth/api/mesh/
Dop_agg_srv.rst22 The Opcodes Aggregator Server handles aggregated messages and dispatches them to the
/Zephyr-latest/tests/kernel/timer/starve/
DREADME.txt4 correctly handles situations where only one timeout is present, and that
/Zephyr-latest/dts/bindings/memory-controllers/
Dst,stm32-fmc.yaml22 device handles the signals and the peripheral clocks. FMC can be enabled

12345678910