/Zephyr-Core-3.6.0/scripts/build/ |
D | gen_device_deps.py | 7 """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 …]
|
D | elf_parser.py | 103 # 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-Core-3.6.0/tests/kernel/common/src/ |
D | byteorder.c | 73 * @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_be48() correctly handles endianness. 131 * @details Test if sys_put_be48() correctly handles endianness. 150 * @details Test if sys_get_be32() correctly handles endianness. 169 * @details Test if sys_put_be32() correctly handles endianness. 189 * @details Test if sys_get_be24() correctly handles endianness. 208 * @details Test if sys_put_be24() correctly handles endianness. 228 * @details Test if sys_get_be16() correctly handles endianness. 247 * @details Test if sys_put_be16() correctly handles endianness. [all …]
|
/Zephyr-Core-3.6.0/subsys/net/lib/mqtt/ |
D | mqtt_transport.h | 41 /** 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-Core-3.6.0/kernel/ |
D | device.c | 105 static int device_visitor(const device_handle_t *handles, in device_visitor() argument 112 device_handle_t dh = handles[i]; in device_visitor() 129 const device_handle_t *handles = device_required_handles_get(dev, &handle_count); in device_required_foreach() local 131 return device_visitor(handles, handle_count, visitor_cb, context); in device_required_foreach() 139 const device_handle_t *handles = device_supported_handles_get(dev, &handle_count); in device_supported_foreach() local 141 return device_visitor(handles, handle_count, visitor_cb, context); in device_supported_foreach()
|
D | busy_wait.c | 29 /* this handles the rollover on an unsigned 32-bit value */ in z_impl_k_busy_wait()
|
/Zephyr-Core-3.6.0/subsys/net/lib/zperf/ |
D | Kconfig | 19 Priority of the thread that handles zperf work queue. 25 Stack size of the thread that handles zperf work queue.
|
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_gateway.h | 23 * @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-Core-3.6.0/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 94 DT_FOREACH_PROP_ELEM(ZEPHYR_USER_NODE, handles, PHANDLE_TO_DEVICE)
|
/Zephyr-Core-3.6.0/boards/arm/google_kukui/ |
D | Kconfig.board | 11 Duet and 10e Chromebook Tablet. The EC handles battery charging,
|
/Zephyr-Core-3.6.0/dts/bindings/gpio/ |
D | richtek,rt1718s-gpio-port.yaml | 7 "richtek,rt1718s-gpio-port" node handles GPIO feature of the RT1718S TCPC
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | Kconfig.stm32 | 33 Handles erratum "USART does not generate DMA requests after
|
/Zephyr-Core-3.6.0/drivers/ethernet/phy/ |
D | phy_adin2111_priv.h | 14 * @brief Handles PHY interrupt.
|
/Zephyr-Core-3.6.0/drivers/spi/ |
D | Kconfig.stm32 | 40 Handles erratum "BSY bit may stay high at the end of a data
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/ |
D | priv_beacon_cli.h | 59 * 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.
|
D | op_agg_srv.h | 26 * @note The Opcodes Aggregator Server handles aggregated messages
|
/Zephyr-Core-3.6.0/soc/arm/rpi_pico/rp2/ |
D | soc.c | 31 * This alternative implementation of panic handles the panic
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/kernel/timer/starve/ |
D | README.txt | 4 correctly handles situations where only one timeout is present, and that
|
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/mesh/ |
D | op_agg_srv.rst | 22 The Opcodes Aggregator Server handles aggregated messages and dispatches them to the
|
/Zephyr-Core-3.6.0/include/zephyr/ |
D | device.h | 55 * than a pointer. The device.h API mainly uses handles to store lists of 402 * This encodes a sequence of sets of device handles that have some 493 * @brief Get the device handles for devicetree dependencies of this device. 495 * This function returns a pointer to an array of device handles. The length of 507 * @return a pointer to a sequence of @p count device handles, or a null pointer 529 * @brief Get the device handles for injected dependencies of this device. 531 * This function returns a pointer to an array of device handles. The length of 543 * @return a pointer to a sequence of @p *count device handles, or a null 572 * @brief Get the set of handles that this device supports. 574 * This function returns a pointer to an array of device handles. The length of [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/memory-controllers/ |
D | st,stm32-fmc.yaml | 22 device handles the signals and the peripheral clocks. FMC can be enabled
|
/Zephyr-Core-3.6.0/subsys/net/l2/ieee802154/ |
D | ieee802154_mgmt_priv.h | 34 * Handles the given Beacon frame.
|
/Zephyr-Core-3.6.0/soc/ |
D | Kconfig | 68 Should be selected if SoC handles determining the number of CPUs
|
/Zephyr-Core-3.6.0/lib/os/ |
D | thread_entry.c | 29 * it three arguments. It also handles graceful termination of the thread
|