Home
last modified time | relevance | path

Searched full:associated (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/Zephyr-latest/include/zephyr/net/http/
Dservice.h37 /** Detail associated with this resource */
48 * @note The @p _resource is the URL without the associated protocol, host, or URL parameters. E.g.
54 * @param _service Name of the associated service.
56 * @param _detail Implementation-specific detail associated with the resource.
114 * @param _host IP address or hostname associated with the service.
115 * @param[inout] _port Pointer to port associated with the service.
118 * @param _detail Implementation-specific detail associated with the service.
136 * @param _host IP address or hostname associated with the service.
137 * @param[inout] _port Pointer to port associated with the service.
140 * @param _detail Implementation-specific detail associated with the service.
[all …]
/Zephyr-latest/subsys/secure_storage/include/psa/
Dstorage_common.h30 /** The data associated with the UID will not be able to be modified or deleted. */
32 /** The data associated with the UID is public, requiring only integrity. */
34 /** The data associated with the UID does not require replay protection. */
37 /** Metadata associated with a specific entry. */
39 /** The allocated capacity of the storage associated with an entry. */
Dprotected_storage.h37 * @retval PSA_ERROR_NOT_PERMITTED An entry associated with the provided `uid` already
60 * @brief Retrieves data associated with the provided `uid`.
73 * associated with `uid`.
76 * @retval PSA_ERROR_INVALID_SIGNATURE The data associated with `uid` failed authentication.
77 * @retval PSA_ERROR_DATA_CORRUPT The data associated with `uid` is corrupt.
104 * @retval PSA_ERROR_INVALID_SIGNATURE The data associated with `uid` failed authentication.
105 * @retval PSA_ERROR_DATA_CORRUPT The data associated with `uid` is corrupt.
120 * @brief Removes the provided `uid` and its associated data.
122 * Deletes previously stored data and any associated metadata, including rollback protection data.
183 * @brief Writes part of the data associated with the provided `uid`.
[all …]
Dinternal_trusted_storage.h38 * @retval PSA_ERROR_NOT_PERMITTED An entry associated with the provided `uid` already
57 * @brief Retrieves data associated with the provided `uid`.
69 * associated with `uid`.
103 * @brief Removes the provided `uid` and its associated data.
105 * Deletes all the data associated with the entry from internal storage.
/Zephyr-latest/include/zephyr/sys/
Dhash_map_api.h45 /** Pointer to the associated Hashmap */
51 /** Key associated with the current entry */
53 /** Value associated with the current entry */
128 * @param old_value Location to store the value previously associated with @p key or `NULL`
140 * Erase the entry associated with key @p key, if one exists.
144 * @param value Location to store a potential value associated with @p key or `NULL`
147 * @retval false if @p map does not contain a value associated with @p key.
154 * Look-up the @ref uint64_t associated with @p key, if one exists.
158 * @param value Location to store a potential value associated with @p key or `NULL`
160 * @retval true if @p map contains a value associated with @p key.
[all …]
Dhash_function.h39 * @return the numeric hash associated with @p str
56 * @return the numeric hash associated with @p str
89 * @return the numeric hash associated with @p str
103 * @return the numeric hash associated with @p str
117 * @return the numeric hash associated with @p str
Dhash_map.h179 * @param old_value Location to store the value previously associated with @p key or `NULL`
195 * Erase the entry associated with key @p key, if one exists.
199 * @param value Location to store a potential value associated with @p key or `NULL`
202 * @retval false if @p map does not contain a value associated with @p key.
212 * Look-up the @ref uint64_t associated with @p key, if one exists.
216 * @param value Location to store a potential value associated with @p key or `NULL`
218 * @retval true if @p map contains a value associated with @p key.
219 * @retval false if @p map does not contain a value associated with @p key.
227 * @brief Check if @p map contains a value associated with @p key
232 * @retval true if @p map contains a value associated with @p key.
[all …]
/Zephyr-latest/dts/bindings/power/
Dst,stm32-pwr.yaml27 For example, each wake-up pin on STM32U5 is associated with
39 that are associated with wake-up pins.
63 Specifies the GPIOs, if any, that are associated with the wake-up pin.
65 For example, for GPIO B2 associated with wakeup source 1 on wake-up
/Zephyr-latest/include/zephyr/logging/
Dlog.h117 * @brief Writes an ERROR level message associated with the instance to the log.
119 * Message is associated with specific instance of the module which has
124 * @param _log_inst Pointer to the log structure associated with the instance.
132 * @brief Writes a WARNING level message associated with the instance to the
135 * Message is associated with specific instance of the module which has
140 * @param _log_inst Pointer to the log structure associated with the instance.
148 * @brief Writes an INFO level message associated with the instance to the log.
150 * Message is associated with specific instance of the module which has
155 * @param _log_inst Pointer to the log structure associated with the instance.
163 * @brief Writes a DEBUG level message associated with the instance to the log.
[all …]
Dlog_frontend.h20 * @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/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/
DREADME.rst43 * LED1 is associated with generic OnOff Server's state which is part of Root element
44 * LED2 is associated with Vendor Model which is part of Root element
45 * LED3 is associated with generic Level (ROOT) / Light Lightness Actual value
46 * LED4 is associated with generic Level (Secondary) / Light CTL Temperature value
47 * Button1 and Button2 are associated with gen. OnOff Client or Vendor Model which is part of Root e…
48 * Button3 and Button4 are associated with gen. Level Client / Light Lightness Client / Light CTL Cl…
/Zephyr-latest/soc/nordic/common/
Ddmm.h48 * associated with specified device node.
53 * @brief Get reference to memory region associated with the specified device node
64 * @brief Preallocate buffer in memory region associated with the specified device node
82 * Writeback data cache lines associated with output buffer, if needed.
95 * @param region Memory region associated with device to prepare the buffer for.
111 * @param region Memory region associated with device to release the buffer for.
132 * @param region Memory region associated with device to prepare the buffer for.
147 * Invalidate data cache lines associated with input buffer, if needed.
150 * @param region Memory region associated with device to release the buffer for.
/Zephyr-latest/samples/posix/env/
DREADME.rst42 associated with an existing environment variable.
44 The C code that is part of this sample application displays the value associated with the
58 The shell command below may be used to display the value associated with one environment variable.
65 The shell command below may be used to display all environment variables and their associated
/Zephyr-latest/samples/net/sockets/http_server/src/
Dws.h10 * @param ws_socket Socket file descriptor associated with websocket
20 * @param ws_socket Socket file descriptor associated with websocket
/Zephyr-latest/soc/espressif/esp32s3/
DKconfig39 prompt "Instruction cache associated ways"
42 Instruction cache associated ways to be set on application startup.
104 prompt "Data cache associated ways"
107 Data cache associated ways to be set on application startup.
/Zephyr-latest/scripts/native_simulator/native/src/include/
Dnsi_cpu0_interrupts.h15 * This interrupt does not have an associated status bit or handler
20 * This interrupt does not have an associated status bit or handler
/Zephyr-latest/drivers/timer/
DKconfig.xtensa20 Index of the CCOMPARE register (and associated interrupt)
22 interrupt priorities associated with each timer, and some of
/Zephyr-latest/include/zephyr/drivers/i3c/
Dtarget_device.h123 * a start condition for a write operation to the address associated
130 * @param config Configuration structure associated with the
148 * @param config Configuration structure associated with the
163 * start condition for a read operation from the address associated
171 * @param config Configuration structure associated with the
187 * associated with the device device.
194 * @param config Configuration structure associated with the
212 * @param config Configuration structure associated with the
225 * associated with the device.
232 * @param config the configuration structure associated with the
[all …]
/Zephyr-latest/include/zephyr/drivers/misc/grove_lcd/
Dgrove_lcd.h72 * @brief return the display feature set associated with the device
76 * @return the display feature set associated with the device.
98 * @brief return the input set associated with the device
102 * @return the input set associated with the device.
126 * @brief return the function set associated with the device
130 * @return the function features set associated with the device.
/Zephyr-latest/include/zephyr/net/prometheus/
Dmetric.h44 * Every metric has a prometheus_metric structure associated used
63 /** Labels associated with the Prometheus metric. */
65 /** Number of labels associated with the Prometheus metric. */
/Zephyr-latest/include/zephyr/kernel/
Dobj_core.h148 * is associated with the specified type ID @a type_id.
150 * @param type_id Type ID associated with object type
317 * @brief Retrieve the raw statistics associated with the kernel object
319 * This function copies the raw statistics associated with the kernel object
335 * @brief Retrieve the statistics associated with the kernel object
337 * This function copies the statistics associated with the kernel object core
354 * @brief Reset the stats associated with the kernel object
356 * This function resets the statistics associated with the kernel object core
367 * @brief Stop gathering the stats associated with the kernel object
369 * This function temporarily stops the gathering of statistics associated with
[all …]
/Zephyr-latest/scripts/schemas/
Dpatch-schema.yml61 # The URL of the upstream issue associated with the patch, such as an enhancement issue
67 # Whether the associated merge-pr has been merged
71 # The SHA-1 hash of the upstream git commit incorporating the associated merge-pr
77 # The date the associated merge-pr was merged, in ISO 8601 date format YYYY-MM-DD
/Zephyr-latest/boards/native/native_posix/
Dboard_soc.h32 * This interrupt does not have an associated status bit or handler
37 * This interrupt does not have an associated status bit or handler
/Zephyr-latest/subsys/usb/device_next/
Dusbd_endpoint.h13 * @brief Set bit associated with the endpoint
30 * @brief Clear bit associated with the endpoint
47 * @brief Check whether bit associated with the endpoint is set
/Zephyr-latest/soc/st/stm32/common/
Dstm32_wkup_pins.c55 * that are associated with wake-up pins
71 /* GPIO pin(s) associated with wake-up pin */
125 uint32_t pupd_cfg; /* pull-up/down config of GPIO port associated w/ this wkup pin */
126 uint32_t ll_gpio_port; /* GPIO port associated with this wake-up pin */
127 uint32_t ll_gpio_pin; /* GPIO pin associated with this wake-up pin */
247 * @return 0 on success, -EINVAL if said GPIO pin is not associated with any wake-up pin.
286 /* Each wake-up pin on STM32U5 is associated with 4 wkup srcs, 3 of them correspond to GPIOs. */ in stm32_pwr_wkup_pin_cfg_gpio()
337 * associated with wake-up pins.

12345678910>>...21