Searched full:given (Results 1 – 25 of 1138) sorted by relevance
12345678910>>...46
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | brg_cfg_cli.h | 108 /** @brief Sends a Subnet Bridge Get message to the given destination address 110 * This function sends a Subnet Bridge Get message to the given destination 130 /** @brief Sends a Subnet Bridge Set message to the given destination address 131 * with the given parameters 133 * This function sends a Subnet Bridge Set message to the given destination 134 * address with the given parameters to set the value of the Subnet Bridge 157 /** @brief Sends a Bridging Table Size Get message to the given destination 158 * address with the given parameters 160 * This function sends a Bridging Table Size Get message to the given 161 * destination address with the given parameters to get the size of the Bridging [all …]
|
D | cfg.h | 96 * @retval -EALREADY Already in the given state. 168 * @retval -EALREADY Already in the given state. 212 * @retval -EALREADY Already using the given parameters. 250 * @retval -EALREADY Already in the given state. 273 * @retval -EALREADY Already in the given state. 298 * @retval -EALREADY Already in the given state. 316 * Adds a subnet with the given network index and network key to the list of 317 * known Subnets. All messages sent on the given Subnet will be processed by 318 * this node, and the node may send and receive Network Beacons on the given 331 /** @brief Update the given Subnet. [all …]
|
D | proxy.h | 34 /** @brief Started sending Node Identity beacons on the given subnet. 40 /** @brief Stopped sending Node Identity beacons on the given subnet. 82 * This API allows a proxy client to auto-connect a given network. 92 * This API disallows a proxy client to connect a given network.
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig.flash | 19 given by ``chip_drv`` member of the chip struct. This adds support for variant 27 given by ``chip_drv`` member of the chip struct. This adds support for variant 35 directly given by ``chip_drv`` member of the chip struct. If you are using Wrover 48 given by ``chip_drv`` member of the chip struct. This adds support for variant 56 given by ``chip_drv`` member of the chip struct. This adds support for variant 64 given by ``chip_drv`` member of the chip struct. This adds support for variant 73 given by ``chip_drv`` member of the chip struct. This adds support for variant
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | cavstool.h | 22 /* The host writes the given value to ADSPCS */ 37 /* The host runs (sets the SDxCTL.RUN bit) for a given HDA stream */ 40 /* The host stops (sets the SDxCTL.RUN bit) for a given HDA stream */ 43 /* The host validates an HDA byte stream contains an 8bit counter and received a given
|
/Zephyr-latest/arch/arm/include/cortex_m/ |
D | cmse.h | 47 * - the given address matches a single, enabled MPU region 148 * Evaluates whether a given object can be read according to the 153 * @param p_obj Pointer to the given object 166 * Evaluates whether a given object can be read according to the 171 * @param p_obj Pointer to the given object 184 * Evaluates whether a given object can be read and written 189 * @param p_obj Pointer to the given object 202 * Evaluates whether a given object can be read and written according 207 * @param p_obj Pointer to the given object 229 * - the given address matches a single, enabled MPU region [all …]
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | intel_cyclonev.py | 106 help='''if given, override default config file; 107 may be given multiple times''') 109 help='''if given, selects FTDI instance by its serial number, 112 help='if given, Elf file will be used for loading instead of HEX image') 116 may be given multiple times''') 122 may be given multiple times''') 130 may be given multiple times''') 132 help='if given, verify after flash') 134 help='if given, do verify and verify only. No flashing') 138 help='if given, GDB uses -tui') [all …]
|
D | openocd.py | 128 help='''if given, override default config file; 129 may be given multiple times''') 131 help='''if given, selects FTDI instance by its serial number, 134 help='if given, Elf file will be used for loading instead of HEX image') 138 may be given multiple times''') 144 may be given multiple times''') 152 may be given multiple times''') 154 help='if given, verify after flash') 156 help='if given, do verify and verify only. No flashing') 160 help='if given, GDB uses -tui') [all …]
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_server.h | 43 * with object instance id given by @p obj_inst_id. 52 * with object instance id given by @p obj_inst_id. 61 * object instance id given by @p obj_inst_id. 69 * @brief Returns the object instance id of the server having ssid given by @p short_id. 77 * @brief Check if given server instance is not disabled 122 * @brief Get priority of given server instance.
|
D | lwm2m_engine.h | 95 * @brief Validates that writing is a legal operation on the field given by the object in 159 * @brief Update the period of a given service or remove it. 172 * @brief Call specific service handler only once at given timestamp. 181 * @brief Call given handler from engine context. 190 * id given by @p obj_inst_id 198 * @brief Returns the object instance id of the security having ssid given by @p short_id. 217 * of the Firmware object instance given by @p obj_inst_id to @p state. 227 * of the Firmware object instance given by @p obj_inst_id to @p result. 251 * of the Firmware object instance given by @p obj_inst_id. 267 * of the Firmware object instance given by @p obj_inst_id. [all …]
|
/Zephyr-latest/include/zephyr/drivers/ |
D | pinctrl.h | 61 /** Pin controller configuration for a given device. */ 87 * @brief Obtain the state identifier for the given node and state index. 97 * @brief Obtain the variable name storing pinctrl config for the given DT node 106 * @brief Obtain the variable name storing pinctrl states for the given DT node 115 * @brief Obtain the variable name storing pinctrl pins for the given DT node 125 * @brief Utility macro to check if given state has to be skipped. 140 * @brief Helper macro to define pins for a given pin control state. 167 * @brief Define all the states for the given node identifier. 214 * @brief Declare pin control configuration for a given node identifier. 231 * @brief Define all pin control information for the given node identifier. [all …]
|
/Zephyr-latest/soc/nordic/common/ |
D | dmm.h | 57 * @return Reference to memory region. NULL if not defined for given device node. 80 * Allocate an output buffer in memory region that given device can perform DMA transfers from. 97 * to be processed by the given device. 98 * @param user_length Length of the buffer containing data to be processed by the given device. 123 * Allocate an input buffer in memory region that given device can perform DMA transfers to. 134 * from the given device. 135 * @param user_length Length of the buffer to be filled with data from the given device. 152 * from the given device. 153 * @param user_length Length of the buffer to be filled with data from the given device.
|
/Zephyr-latest/drivers/i3c/ |
D | Kconfig | 135 structs that may be in the array given to i3c_transfer. A sensible default 136 is going to be 4 given the device address, register address, and a value 145 structs that may be in the array given to i3c_transfer. A sensible default 146 is going to be 4 given the device address, register address, and a value 155 are given to i3c_transfer. This requires some number of msgs be available to convert
|
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
D | gd32_exti.h | 35 * @brief Enable EXTI interrupt for the given line. 42 * @brief Disable EXTI interrupt for the given line. 49 * @brief Configure EXTI interrupt trigger mode for the given line.
|
/Zephyr-latest/samples/subsys/shell/fs/ |
D | README.rst | 114 It allows loading the data via UART, directly into flash memory at a given 144 Mount a file system partition to a given mount point 153 List all files and directories in a given path 162 Change current working directory to given path 180 Write hexadecimal numbers to a given file. 181 Optionally a offset in the file can be given. 199 Truncate a given file
|
/Zephyr-latest/include/zephyr/acpi/ |
D | acpi.h | 121 * NULL if only one device with given hid present in the platform. 162 * @brief Parse resource table for a given resource type. 166 * @return resource list for the given type on success or NULL 171 * @brief Retrieve ACPI device info for given hardware id and unique id. 175 * NULL if only one device with given HID present in the platform. 228 * @brief Retrieve acpi table for the given signature. 237 * @brief retrieve acpi MAD table for the given type. 247 * @brief retrieve DMA remapping structure for the given type. 256 * @brief retrieve acpi DRHD info for the given scope. 262 * @param max_inst maximum number of entry for the given dmar_id buffer
|
/Zephyr-latest/include/zephyr/net/ |
D | dhcpv4_server.h | 61 * @details Start DHCPv4 server on a given interface. The server will start 77 * @details Stop DHCPv4 server on a given interface. DHCPv4 requests will no 99 * @brief Iterate over all DHCPv4 address leases on a given network interface 114 * @brief Callback used to let application provide an address for a given 117 * and lets the application override the address for a given client. If the
|
/Zephyr-latest/dts/bindings/clock/ |
D | nxp,kinetis-mcg.yaml | 22 Division factor is given as 2^fcrdiv. 29 Division factor is given as 2^lircdiv2.
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_frontend.h | 20 * @param source Pointer to a structure associated with given source. It points to 40 * @param source Pointer to a structure associated with given source. It points to 54 * @param source Pointer to a structure associated with given source. It points to 69 * @param source Pointer to a structure associated with given source. It points to
|
/Zephyr-latest/tests/bluetooth/df/common/src/ |
D | bt_conn_common.c | 59 zassert_not_equal(conn, NULL, "Failed ll_conn instance for given handle"); in ut_bt_destroy_connection() 69 zassert_not_equal(conn, NULL, "Failed ll_conn instance for given handle"); in ut_bt_set_peer_features() 80 zassert_not_equal(conn, NULL, "Failed ll_conn instance for given handle"); in ut_bt_set_periph_latency()
|
/Zephyr-latest/include/zephyr/sys/ |
D | linear_range.h | 133 * @brief Obtain value given a linear range index. 155 * @brief Obtain value in a group given a linear range index. 179 * @brief Obtain index given a value. 217 * @brief Obtain index in a group given a value. 248 * @brief Obtain index given a window of values. 260 * @retval -ERANGE If the given window of values falls partially out of the 262 * @retval -EINVAL If the given window of values does not intersect with the 299 * @brief Obtain index in a group given a value that must be within a window of 312 * @retval -ERANGE If the given window of values falls partially out of the 314 * @retval -EINVAL If the given window of values does not intersect with the
|
D | sys_io.h | 29 * This function writes a byte to the given port. 50 * This function writes a 16 bits to the given port. 71 * This function writes 32 bits to the given port. 153 * This function writes a byte to the given memory mapped register. 163 * This function reads a byte from the given memory mapped register. 174 * This function writes 16 bits to the given memory mapped register. 184 * This function reads 16 bits from the given memory mapped register. 196 * This function writes 32 bits to the given memory mapped register. 206 * This function reads 32 bits from the given memory mapped register. 218 * This function writes 64 bits to the given memory mapped register. [all …]
|
/Zephyr-latest/subsys/net/ip/ |
D | pmtu.h | 31 /** Get PMTU entry for the given destination address 48 /** Get MTU value for the given destination address 65 /** Update PMTU value for the given destination address 84 /** Update PMTU entry for the given destination address
|
/Zephyr-latest/samples/application_development/code_relocation_nocopy/ |
D | linker_arm_nocopy.ld | 30 /* On stm32 OSPI, external flash is mapped in XIP region at address given by the reg property. */ 37 /* On stm32 QSPI, external flash is mapped in XIP region at address given by the reg property. */ 44 /* On stm32 XSPI, external flash is mapped in XIP region at address given by the reg property. */
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_slot.h | 96 /** @brief Get the DFU image slot at the given firmware image list index. 100 * @return The DFU image slot at the given index, or NULL if no slot exists with the 101 * given index. 105 /** @brief Get the committed DFU image slot for the image with the given 116 /** @brief Get the index in the firmware image list for the given slot.
|
12345678910>>...46