Home
last modified time | relevance | path

Searched full:provided (Results 1 – 25 of 1465) sorted by relevance

12345678910>>...59

/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm.crypto_modules22 Unset this option if the functionality provided by 'crypto_key_management.c'
30 Unset this option if the functionality provided by 'crypto_aead.c'
38 Unset this option if the functionality provided by 'crypto_mac.c'
46 Unset this option if the functionality provided by 'crypto_hash.c'
54 Unset this option if the functionality provided by 'crypto_cipher.c'
62 Unset this option if the encrypt functionality provided by 'crypto_asymmetric.c'
70 Unset this option if the sign functionality provided by 'crypto_asymmetric.c'
78 Unset this option if the functionality provided by 'crypto_key_derivation.c'
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/settings_mgmt/
Dsettings_mgmt.h32 /** The provided key name is too long to be used. */
35 /** The provided key name does not exist. */
38 /** The provided key name does not support being read. */
41 /** The provided root key name does not exist. */
44 /** The provided key name does not support being written. */
47 /** The provided key name does not support being deleted. */
Dsettings_mgmt_callbacks.h31 * Structure provided in the #MGMT_EVT_OP_SETTINGS_MGMT_ACCESS notification callback: This
55 /** Data provided by the user (only set for SETTINGS_ACCESS_WRITE) */
58 /** Length of data provided by the user (only set for SETTINGS_ACCESS_WRITE) */
/Zephyr-latest/dts/bindings/adc/
Dzephyr,adc-emul.yaml20 Internal reference voltage in mV. If not provided or set to zero,
27 VDD reference voltage in mV. If not provided or set to zero,
34 External 0 reference voltage in mV. If not provided or set to zero,
41 External 1 reference voltage in mV. If not provided or set to zero,
/Zephyr-latest/drivers/gnss/
Dgnss_parse.c28 __ASSERT(str != NULL, "str argument must be provided"); in gnss_parse_dec_to_nano()
29 __ASSERT(nano != NULL, "nano argument must be provided"); in gnss_parse_dec_to_nano()
106 __ASSERT(str != NULL, "str argument must be provided"); in gnss_parse_dec_to_micro()
107 __ASSERT(micro != NULL, "micro argument must be provided"); in gnss_parse_dec_to_micro()
123 __ASSERT(str != NULL, "str argument must be provided"); in gnss_parse_dec_to_milli()
124 __ASSERT(milli != NULL, "milli argument must be provided"); in gnss_parse_dec_to_milli()
139 __ASSERT(str != NULL, "str argument must be provided"); in gnss_parse_atoi()
140 __ASSERT(integer != NULL, "integer argument must be provided"); in gnss_parse_atoi()
Dgnss_nmea0183.c116 __ASSERT(str != NULL, "str argument must be provided"); in gnss_nmea0183_checksum()
133 __ASSERT(str != NULL, "str argument must be provided"); in gnss_nmea0183_snprintk()
134 __ASSERT(fmt != NULL, "fmt argument must be provided"); in gnss_nmea0183_snprintk()
173 __ASSERT(ddmm_mmmm != NULL, "ddmm_mmmm argument must be provided"); in gnss_nmea0183_ddmm_mmmm_to_ndeg()
174 __ASSERT(ndeg != NULL, "ndeg argument must be provided"); in gnss_nmea0183_ddmm_mmmm_to_ndeg()
253 __ASSERT(argv != NULL, "argv argument must be provided"); in gnss_nmea0183_validate_message()
293 __ASSERT(str != NULL, "str argument must be provided"); in gnss_nmea0183_knots_to_mms()
294 __ASSERT(mms != NULL, "mms argument must be provided"); in gnss_nmea0183_knots_to_mms()
311 __ASSERT(hhmmss != NULL, "hhmmss argument must be provided"); in gnss_nmea0183_parse_hhmmss()
312 __ASSERT(utc != NULL, "utc argument must be provided"); in gnss_nmea0183_parse_hhmmss()
[all …]
/Zephyr-latest/doc/kernel/data_structures/
Dindex.rst17 user-defined struct. Macros are provided to retrieve a user struct
21 allocate node objects because the memory is provided by the user).
26 needed will be provided by the user. Some of the provided data
/Zephyr-latest/boards/nxp/common/
Dsegger-ecc-systemview.rst10 address provided to the tool should be the location of the ``_SEGGER_RTT``
14 The RTT control block address must be provided manually because this SOC
16 control block a fault will occur, provided that ECC is enabled and the RAM
/Zephyr-latest/dts/bindings/base/
Dbase.yaml53 description: No description provided for this label
77 description: Provided names of DMA channel specifiers
85 description: Provided names of IO channel specifiers
94 description: Provided names of mailbox / IPM channel specifiers
102 description: Provided names of power domain specifiers
Dpower.yaml12 This property should be provided when the device has a dedicated
24 This property should be provided when device power is supplied
28 Contrast with supply-gpios. If both properties are provided
/Zephyr-latest/lib/cpp/
DKconfig85 Build with the minimal C++ library provided by Zephyr.
97 Build with GNU C++ Standard Library (libstdc++) provided by the GNU
107 Build with LLVM C++ Standard Library (libc++) provided by LLVM
116 Build with ARC MetaWare C++ Standard Library provided by the ARC
122 Build and link with an external/user-provided C++ standard library.
127 Build an external/user-provided C++ standard library.
/Zephyr-latest/subsys/bluetooth/mesh/
Dmsg.h17 * @retval -ENOTSUP A message context was not provided and publishing is not supported.
18 * @retval -EADDRNOTAVAIL A message context was not provided and publishing is not configured.
39 * If a response context is provided, the call blocks for the time specified in
49 * @retval -ENOTSUP A message context was not provided and publishing is not supported.
50 * @retval -EADDRNOTAVAIL A message context was not provided and publishing is not configured.
/Zephyr-latest/include/zephyr/net/
Dconn_mgr_connectivity.h106 * If the provided iface has been bound to a connectivity implementation, initiate
124 * If the provided iface has been bound to a connectivity implementation, disconnect/disassociate
138 * @brief Check whether the provided network interface supports connectivity / has been bound
150 * If the provided iface has been bound to a connectivity implementation that supports it,
162 * @retval -EINVAL if NULL optval pointer provided.
171 * If the provided iface has been bound to a connectivity implementation that supports it,
189 * @retval -EINVAL if invalid retrieval buffer length is provided, or if NULL optval or
190 * optlen pointer provided.
199 * If the provided iface is bound to a connectivity implementation, retrieves the value of the
205 * Also returns False if the provided iface is not bound to a connectivity implementation,
[all …]
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_ag.h50 * If this callback is provided it will be called whenever the
58 * If this callback is provided it will be called whenever the
67 * If this callback is provided it will be called whenever the
76 * If this callback is provided it will be called whenever the
86 * If this callback is provided it will be called whenever a
100 * If this callback is provided it will be called whenever a
110 * If this callback is provided it will be called whenever a
120 * If this callback is provided it will be called whenever the
130 * If this callback is provided it will be called whenever the
139 * If this callback is provided it will be called whenever the
[all …]
/Zephyr-latest/subsys/secure_storage/include/psa/
Dprotected_storage.h37 * @retval PSA_ERROR_NOT_PERMITTED An entry associated with the provided `uid` already
39 * @retval PSA_ERROR_NOT_SUPPORTED One or more of the flags provided in `create_flags`
60 * @brief Retrieves data associated with the provided `uid`.
74 * @retval PSA_ERROR_DOES_NOT_EXIST The provided `uid` was not found in the storage.
102 * @retval PSA_ERROR_DOES_NOT_EXIST The provided `uid` was not found in the storage.
120 * @brief Removes the provided `uid` and its associated data.
132 * @retval PSA_ERROR_DOES_NOT_EXIST The provided `uid` was not found in the storage.
148 * @brief Reserves storage for the provided `uid`.
162 * or more of the flags provided in `create_flags` are not
165 * @retval PSA_ERROR_ALREADY_EXISTS An entry with the provided `uid` already exists.
[all …]
Dinternal_trusted_storage.h38 * @retval PSA_ERROR_NOT_PERMITTED An entry associated with the provided `uid` already
40 * @retval PSA_ERROR_NOT_SUPPORTED One or more of the flags provided in `create_flags`
57 * @brief Retrieves data associated with the provided `uid`.
70 * @retval PSA_ERROR_DOES_NOT_EXIST The provided `uid` was not found in the storage.
91 * @retval PSA_ERROR_DOES_NOT_EXIST The provided `uid` was not found in the storage.
103 * @brief Removes the provided `uid` and its associated data.
112 * @retval PSA_ERROR_DOES_NOT_EXIST The provided `uid` was not found in the storage.
/Zephyr-latest/tests/crypto/tinycrypt/src/
Dtest_ecc_utils.h7 * modification, are permitted provided that the following conditions are met:
12 * and/or other materials provided with the distribution.
14 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
30 * modification, are permitted provided that the following conditions are met:
37 * documentation and/or other materials provided with the distribution.
43 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.h41 * This will initialize the encoder for the provided TX stream
46 * Add LC3 encoded data to the provided buffer from the provided stream
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/
Dos_mgmt.h39 /** The provided format value is not valid. */
74 /* Structure provided in the MGMT_EVT_OP_OS_MGMT_INFO_CHECK notification callback */
84 /* Needs to be set to true if the OS name is being provided by external code */
88 /* Structure provided in the MGMT_EVT_OP_OS_MGMT_INFO_APPEND notification callback */
95 /* Will be true if the all 'a' specifier was provided */
/Zephyr-latest/boards/qemu/cortex_m3/
DKconfig.defconfig16 # these APIs are provided thougth Mbed TLS. Unfortunately this platform is not
17 # provided with a true random number generator which is required to properly
/Zephyr-latest/include/zephyr/drivers/gpio/
Dgpio_emul.h54 * @return -EINVAL if an invalid argument is provided
67 * @return -EINVAL if an invalid argument is provided
83 * @return -EINVAL if an invalid argument is provided
95 * @return -EINVAL if an invalid argument is provided
120 * @return -EINVAL if an invalid argument is provided
/Zephyr-latest/dts/bindings/spi/
Dzephyr,spi-bitbang.yaml21 If this is not provided then the driver will transmit 0s
27 If this is not provided the driver will read 0s
/Zephyr-latest/drivers/interrupt_controller/
Dintc_system_apic.c36 * - The first z_ioapic_num_rtes() IRQs are provided by the IOAPIC so the
38 * - The remaining IRQs are provided by the LOAPIC and hence the LOAPIC is
67 * The irq_enable() routine is provided by the interrupt controller driver due
85 * The irq_disable() routine is provided by the interrupt controller driver due
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_callbacks.h31 * Structure provided in the #MGMT_EVT_OP_IMG_MGMT_DFU_CHUNK notification callback: This callback
45 * Structure provided in the #MGMT_EVT_OP_IMG_MGMT_IMAGE_SLOT_STATE notification callback: This
59 * Structure provided in the #MGMT_EVT_OP_IMG_MGMT_SLOT_INFO_IMAGE notification callback: This
75 * Structure provided in the #MGMT_EVT_OP_IMG_MGMT_SLOT_INFO_SLOT notification callback: This
/Zephyr-latest/dts/bindings/led_strip/
Dworldsemi,ws2812-gpio.yaml11 or can be provided by setting the delay-txx properties in the device
12 tree, or can be manually provided by the Kconfig settings DELAY_Txx.
14 The four delays provided (calculated based on the clock frequency,
15 provided by a dts, or Kconfig file) determine the delays as depicted

12345678910>>...59