/Zephyr-latest/modules/trusted-firmware-m/ |
D | Kconfig.tfm.crypto_modules | 22 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/ |
D | settings_mgmt.h | 32 /** 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. */
|
D | settings_mgmt_callbacks.h | 31 * 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/ |
D | zephyr,adc-emul.yaml | 20 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/ |
D | gnss_parse.c | 28 __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()
|
D | gnss_nmea0183.c | 116 __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/ |
D | index.rst | 17 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/ |
D | segger-ecc-systemview.rst | 10 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/ |
D | base.yaml | 53 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
|
D | power.yaml | 12 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/ |
D | Kconfig | 85 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/ |
D | msg.h | 17 * @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/ |
D | conn_mgr_connectivity.h | 106 * 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/ |
D | hfp_ag.h | 50 * 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/ |
D | protected_storage.h | 37 * @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 …]
|
D | internal_trusted_storage.h | 38 * @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/ |
D | test_ecc_utils.h | 7 * 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/ |
D | stream_lc3.h | 41 * 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/ |
D | os_mgmt.h | 39 /** 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/ |
D | Kconfig.defconfig | 16 # 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/ |
D | gpio_emul.h | 54 * @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/ |
D | zephyr,spi-bitbang.yaml | 21 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/ |
D | intc_system_apic.c | 36 * - 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/ |
D | img_mgmt_callbacks.h | 31 * 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/ |
D | worldsemi,ws2812-gpio.yaml | 11 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
|