/Zephyr-Core-2.7.6/subsys/settings/include/settings/ |
D | settings_nvs.h | 18 /* In the NVS backend, each setting is stored in two NVS entries: 19 * 1. setting's name 20 * 2. setting's value 22 * The NVS entry ID for the setting's value is determined implicitly based on 23 * the ID of the NVS entry for the setting's name, once that is found. The 27 * Setting's name entries start from NVS_NAMECNT_ID + 1. The entry at
|
/Zephyr-Core-2.7.6/subsys/net/lib/lwm2m/ |
D | Kconfig.ipso | 24 This setting establishes the total count of IPSO Temperature 53 This setting establishes the total count of IPSO Generic 93 This setting establishes the total count of IPSO Humidity 124 This setting establishes the total count of IPSO Pressure 149 setting to be controlled as a % between 0 and 100. An optional color 150 setting enables a string to be used to indicate the desired color. 157 This setting establishes the total count of IPSO Light Control 170 This setting establishes the total count of IPSO Accelerometer 199 This setting establishes the total count of IPSO Buzzer 227 This setting establishes the total count of IPSO Timer [all …]
|
/Zephyr-Core-2.7.6/subsys/net/lib/openthread/platform/ |
D | settings.c | 20 /* Setting subtree to delete. */ 23 /* Current entry index, used to iterate over multiple setting 55 __ASSERT(ret < sizeof(path), "Setting path buffer too small."); in ot_setting_delete_cb() 61 LOG_ERR("Failed to remove setting %s, ret %d", log_strdup(path), in ot_setting_delete_cb() 94 __ASSERT(ret < sizeof(subtree), "Setting path buffer too small."); in ot_setting_delete_subtree() 132 /* Buffer for the setting. */ 135 /* Buffer length on input, setting length read on output. */ 138 /* Current entry index, used to iterate over multiple setting 166 /* Found setting, break the loop. */ in ot_setting_read_cb() 178 LOG_ERR("Failed to read the setting, ret: %d", ret); in ot_setting_read_cb() [all …]
|
/Zephyr-Core-2.7.6/dts/bindings/display/ |
D | sitronix,st7789v.yaml | 53 description: VCOM Setting 63 description: VRH Setting 68 description: VDV Setting 78 description: LCM Setting 88 description: Gamma Setting 93 description: Porch Setting
|
D | gooddisplay,gd7965.yaml | 51 description: Power Setting (PWR) values 66 description: TCON setting value
|
/Zephyr-Core-2.7.6/dts/bindings/spi/ |
D | nxp,imx-flexspi.yaml | 21 Enable AHB bufferable write access by setting register field 28 Enable AHB cacheable read access by setting register field 35 Enable AHB read prefetch by setting register field AHBCR[PREFETCHEN]. 41 Remove burst start address alignment limitation by setting register 49 setting register field MCR0[COMBINATIONEN].
|
/Zephyr-Core-2.7.6/modules/trusted-firmware-m/ |
D | Kconfig.tfm.partitions | 12 Setting this option will cause '-DTFM_PARTITION_PROTECTED_STORAGE' 23 Setting this option will cause '-DTFM_PARTITION_INTERNAL_TRUSTED_STORAGE' 34 Setting this option will cause '-DTFM_PARTITION_CRYPTO' 45 Setting this option will cause '-DTFM_PARTITION_INITIAL_ATTESTATION' 56 Setting this option will cause '-DTFM_PARTITION_PLATFORM' 68 Setting this option will cause '-DTFM_PARTITION_AUDIT_LOG'
|
/Zephyr-Core-2.7.6/include/sys/ |
D | sys_io.h | 113 * current setting. It will return the current setting. 126 * current setting and sets it. It will return the previous setting. 139 * current setting and clears it. It will return the previous setting. 263 * current setting. It will return the current setting. 276 * current setting and sets it. It will return the previous setting. 289 * current setting and clears it. It will return the previous setting. 322 * current setting. It will return the current setting. 335 * current setting and sets it. It will return the previous setting. 348 * current setting and clears it. It will return the previous setting.
|
/Zephyr-Core-2.7.6/drivers/modem/ |
D | Kconfig.quectel-bg9x | 14 Choose this setting to enable quectel BG9x LTE-CatM1/NB-IoT modem 37 This setting is used to set the APN name for the network connection 45 This setting is used to set the User name for the network connection 53 This setting is used to set the Password for the network connection
|
D | Kconfig.ublox-sara-r4 | 15 Choose this setting to enable u-blox SARA-R4 LTE-CatM1/NB-IoT modem 59 This setting is used in the AT+CGDCONT command to set the APN name 79 This setting is used in the AT+COPS command to set the MCC/MNO 96 Choose this setting to use a modem GPIO pin as network indication. 104 This setting is used to configure one of the modem's GPIO pins
|
D | Kconfig.gsm | 62 This setting lets driver connect to network and initialize PPP at 72 using AT+CGATT. This setting dictates how much time in seconds 78 This setting is used in the AT+COPS command to set the MCC/MNO
|
D | Kconfig.hl7800 | 12 Choose this setting to enable 43 This setting is used in the AT+CGDCONT command to set the APN name 73 Choose this setting to configure which LTE bands the 193 Choose this setting to enable a low power mode for the HL7800 modem 291 If bands are reconfigured, then this setting is overridden
|
D | Kconfig.wncm14a2a | 12 Choose this setting to enable Wistron WNC-M14A2A LTE-M modem driver. 35 This setting is used in the AT%PDNSET command to set the APN name
|
/Zephyr-Core-2.7.6/dts/bindings/sensor/ |
D | invensense,icm42605.yaml | 26 Maps to ACCEL_ODR field in ACCEL_CONFIG0 setting 48 Maps to GYRO_ODR field in GYRO_CONFIG0 setting 67 Maps to ACCEL_FS_SEL field in ACCEL_CONFIG0 setting 80 Maps to GYRO_FS_SEL field in GYRO_CONFIG0 setting
|
/Zephyr-Core-2.7.6/tests/subsys/edac/ibecc/src/ |
D | ibecc.c | 83 zassert_equal(ret, 0, "Error setting notification callback"); in test_ibecc_api() 111 zassert_equal(ret, 0, "Error setting inject address"); in test_ibecc_error_inject_api() 115 zassert_not_equal(ret, 0, "Error setting invalid param1"); in test_ibecc_error_inject_api() 123 zassert_equal(ret, 0, "Error setting inject address mask"); in test_ibecc_error_inject_api() 127 zassert_not_equal(ret, 0, "Error setting invalid param1"); in test_ibecc_error_inject_api() 136 zassert_equal(ret, 0, "Error setting inject address"); in test_ibecc_error_inject_api() 143 zassert_equal(ret, 0, "Error setting inject address mask"); in test_ibecc_error_inject_api() 173 zassert_equal(ret, 0, "Error setting inject address"); in test_inject() 176 zassert_equal(ret, 0, "Error setting inject address mask"); in test_inject() 180 zassert_equal(ret, 0, "Error setting inject error type"); in test_inject() [all …]
|
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_audio/src/ |
D | mics_test.c | 65 FAIL("AICS gain setting cb err (%d)", err); in aics_gain_setting_cb() 185 printk("Getting AICS gain setting\n"); in test_aics_server_only() 189 FAIL("Could not get AICS gain setting (err %d)\n", err); in test_aics_server_only() 193 printk("AICS gain setting get\n"); in test_aics_server_only() 227 printk("Setting AICS mute\n"); in test_aics_server_only() 238 printk("Setting AICS unmute\n"); in test_aics_server_only() 249 printk("Setting AICS auto mode\n"); in test_aics_server_only() 260 printk("Setting AICS manual mode\n"); in test_aics_server_only() 271 printk("Setting AICS gain\n"); in test_aics_server_only() 282 printk("Setting AICS Description\n"); in test_aics_server_only() [all …]
|
D | mics_client_test.c | 61 FAIL("AICS gain setting cb err (%d)", err); in aics_gain_setting_cb() 260 printk("Getting AICS gain setting\n"); in test_aics() 264 FAIL("Could not get AICS gain setting (err %d)\n", err); in test_aics() 268 printk("AICS gain setting get\n"); in test_aics() 302 printk("Setting AICS mute\n"); in test_aics() 314 printk("Setting AICS unmute\n"); in test_aics() 326 printk("Setting AICS auto mode\n"); in test_aics() 337 printk("Setting AICS manual mode\n"); in test_aics() 348 printk("Setting AICS gain\n"); in test_aics() 359 printk("Setting AICS Description\n"); in test_aics()
|
/Zephyr-Core-2.7.6/drivers/sensor/grove/ |
D | Kconfig | 17 Setting this value will enable driver support for the Grove Light 24 Setting this value will enable driver support for the Grove
|
/Zephyr-Core-2.7.6/subsys/stats/ |
D | Kconfig | 17 setting is disabled, statistics are assigned generic names of the 18 form "s0", "s1", etc. Enabling this setting simplifies debugging,
|
/Zephyr-Core-2.7.6/drivers/sensor/amg88xx/ |
D | amg88xx.h | 14 #define AMG88XX_PCLT 0x00 /* Setting Power control register */ 16 #define AMG88XX_FPSC 0x02 /* Setting frame rate register */ 17 #define AMG88XX_INTC 0x03 /* Setting interrupt control register */ 20 #define AMG88XX_AVE 0x07 /* Setting verage register */
|
/Zephyr-Core-2.7.6/samples/net/virtual/ |
D | Kconfig | 23 skip setting static value. 40 skip setting static value.
|
/Zephyr-Core-2.7.6/samples/sensor/sgp40_sht4x/ |
D | Kconfig | 26 int "Heater Power Setting" 36 int "Heater Pulse Length Setting"
|
/Zephyr-Core-2.7.6/drivers/clock_control/ |
D | clock_control_npcx.c | 148 "Invalid CORE_CLK setting"); 151 "Invalid FIUCLK setting"); 154 "Invalid AHB6_CLK setting"); 158 "Invalid APB1_CLK setting"); 162 "Invalid APB2_CLK setting"); 166 "Invalid APB3_CLK setting"); 171 "Invalid APB4_CLK setting");
|
/Zephyr-Core-2.7.6/soc/xtensa/esp32/ |
D | Kconfig.soc | 171 This setting is only used if the SPI flash pins have been overridden by setting the eFuses 176 mode, so a WP pin setting is necessary. 179 …Espressif chip or module with integrated flash. If a custom setting is needed, set this config item 214 When using the default (Espressif-assigned) base MAC address, either setting can be used. 215 When using a custom universal MAC address range, the correct setting will depend on the
|
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/cortex_m/ |
D | relay_vector_table.ld | 20 /* When setting TBLOFF in VTOR we must align the offset to the number of 25 * setting in any Cortex-M implementation (might not be required in every
|