/Zephyr-Core-3.5.0/drivers/display/ |
D | display_otm8009a.h | 85 /** Panel Type Setting */ 87 /* Source Driver Timing Setting */ 93 /** RGB Video Mode Setting */ 99 /** Power Control Setting 1 */ 101 /** Power Control Setting 2 for Normal Mode */ 103 /** Power Control Setting 4 for DC Voltage */ 117 /** Panel Control Setting 1 */ 119 /** Panel Control Setting 2 */ 121 /** Panel Control Setting 3 */ 123 /** Panel Control Setting 4 */ [all …]
|
/Zephyr-Core-3.5.0/dts/bindings/pinctrl/ |
D | ite,it8xxx2-pinctrl-func.yaml | 20 When the alternate setting is configured as func3, in addition to 21 the setting of func3-gcr, some pins require external setting. 42 If KSO[17:0] is in KBS mode, setting 1 selects open-drain mode, 43 setting 0 selects push-pull mode. 49 If KSI[7:0]/KSO[15:0] is in KBS mode , setting 1 enables the internal 50 pull-up (KSO[17:16] setting internal pull-up by GPIO port GPCR register). 56 Default setting pin configure to alternate mode for all GPIO group pins 57 (include KSO[17:16]), otherwise setting pin configure to keyboard scan
|
/Zephyr-Core-3.5.0/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-3.5.0/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-3.5.0/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, 28 setting is disabled, statistics are assigned generic names of the 29 form "s0", "s1", etc. Enabling this setting simplifies debugging,
|
/Zephyr-Core-3.5.0/dts/bindings/display/ |
D | sitronix,st7789v.yaml | 45 description: VCOM Setting 54 description: VRH Setting 58 description: VDV Setting 68 description: LCM Setting 78 description: Gamma Setting 83 description: Porch Setting
|
/Zephyr-Core-3.5.0/modules/openthread/platform/ |
D | settings.c | 20 /* Setting subtree to delete. */ 23 /* Current entry index, used to iterate over multiple setting 62 __ASSERT(ret < sizeof(path), "Setting path buffer too small."); in ot_setting_delete_cb() 68 LOG_ERR("Failed to remove setting %s, ret %d", path, in ot_setting_delete_cb() 103 __ASSERT(ret < sizeof(subtree), "Setting path buffer too small."); in ot_setting_delete_subtree() 142 /* Buffer for the setting. */ 145 /* Buffer length on input, setting length read on output. */ 148 /* Current entry index, used to iterate over multiple setting 176 /* Found setting, break the loop. */ in ot_setting_read_cb() 188 LOG_ERR("Failed to read the setting, ret: %d", ret); in ot_setting_read_cb() [all …]
|
/Zephyr-Core-3.5.0/tests/subsys/edac/ibecc/src/ |
D | ibecc.c | 92 zassert_equal(ret, 0, "Error setting notification callback"); in ZTEST() 127 zassert_equal(ret, 0, "Error setting inject address"); in ZTEST() 131 zassert_not_equal(ret, 0, "Error setting invalid param1"); in ZTEST() 139 zassert_equal(ret, 0, "Error setting inject address mask"); in ZTEST() 143 zassert_not_equal(ret, 0, "Error setting invalid param1"); in ZTEST() 152 zassert_equal(ret, 0, "Error setting inject address"); in ZTEST() 159 zassert_equal(ret, 0, "Error setting inject address mask"); in ZTEST() 178 zassert_equal(ret, 0, "Error setting ctrl"); in test_inject() 187 zassert_equal(ret, 0, "Error setting inject address"); in test_inject() 190 zassert_equal(ret, 0, "Error setting inject address mask"); in test_inject() [all …]
|
/Zephyr-Core-3.5.0/modules/trusted-firmware-m/ |
D | Kconfig.tfm.partitions | 15 Setting this option will cause '-DTFM_PARTITION_PROTECTED_STORAGE' 26 Setting this option will cause '-DTFM_PARTITION_INTERNAL_TRUSTED_STORAGE' 37 Setting this option will cause '-DTFM_PARTITION_CRYPTO' 49 Setting this option will cause '-DTFM_PARTITION_INITIAL_ATTESTATION' 60 Setting this option will cause '-DTFM_PARTITION_PLATFORM' 72 Setting this option will cause '-DTFM_PARTITION_FIRMWARE_UPDATE'
|
/Zephyr-Core-3.5.0/dts/bindings/spi/ |
D | nxp,imx-flexspi.yaml | 20 Enable AHB bufferable write access by setting register field 26 Enable AHB cacheable read access by setting register field 32 Enable AHB read prefetch by setting register field AHBCR[PREFETCHEN]. 37 Remove burst start address alignment limitation by setting register 44 setting register field MCR0[COMBINATIONEN].
|
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/settings_mgmt/src/ |
D | main.c | 167 zassert_false(set_called, "Did not expect setting set function to be called"); in ZTEST() 168 zassert_false(get_called, "Did not expect setting get function to be called"); in ZTEST() 169 zassert_false(export_called, "Did not expect setting export function to be called"); in ZTEST() 170 zassert_true(commit_called, "Expected setting commit function to be called"); in ZTEST() 222 zassert_false(set_called, "Did not expect setting set function to be called"); in ZTEST() 223 zassert_false(get_called, "Did not expect setting get function to be called"); in ZTEST() 224 zassert_false(export_called, "Did not expect setting export function to be called"); in ZTEST() 225 zassert_false(commit_called, "Did not expect setting commit function to be called"); in ZTEST() 297 zassert_false(set_called, "Did not expect setting set function to be called"); in ZTEST() 298 zassert_false(get_called, "Did not expect setting get function to be called"); in ZTEST() [all …]
|
/Zephyr-Core-3.5.0/dts/bindings/sensor/ |
D | invensense,icm42605.yaml | 25 Maps to ACCEL_ODR field in ACCEL_CONFIG0 setting 46 Maps to GYRO_ODR field in GYRO_CONFIG0 setting 64 Maps to ACCEL_FS_SEL field in ACCEL_CONFIG0 setting 76 Maps to GYRO_FS_SEL field in GYRO_CONFIG0 setting
|
D | invensense,icm42670.yaml | 24 Maps to ACCEL_ODR field in ACCEL_CONFIG0 setting 44 Maps to GYRO_ODR field in GYRO_CONFIG0 setting 61 Maps to ACCEL_FS_SEL field in ACCEL_CONFIG0 setting 74 Maps to GYRO_FS_SEL field in GYRO_CONFIG0 setting
|
D | invensense,icm42688.yaml | 24 Maps to ACCEL_ODR field in ACCEL_CONFIG0 setting 48 Maps to GYRO_ODR field in GYRO_CONFIG0 setting 72 Maps to ACCEL_FS_SEL field in ACCEL_CONFIG0 setting 85 Maps to GYRO_FS_SEL field in GYRO_CONFIG0 setting
|
D | invensense,mpu9250.yaml | 35 Maps to DLPF_CFG field in Configuration setting. 51 Maps to GYRO_FS_SEL field in Gyroscope Configuration setting. 63 Maps to ACCEL_FS_SEL field in Accelerometer Configuration setting 75 Maps to DLPF_CFG field in Accelerometer Configuration 2 setting.
|
/Zephyr-Core-3.5.0/include/zephyr/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. 283 * current setting. It will return the current setting. 296 * current setting and sets it. It will return the previous setting. 309 * current setting and clears it. It will return the previous setting. 342 * current setting. It will return the current setting. 355 * current setting and sets it. It will return the previous setting. 368 * current setting and clears it. It will return the previous setting.
|
/Zephyr-Core-3.5.0/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
|
/Zephyr-Core-3.5.0/dts/bindings/regulator/ |
D | regulator.yaml | 143 indicates that protection should be enabled but limit setting can be 152 should be enabled but limit setting can be omitted. 161 limit setting can be omitted. 168 indicates that protection should be enabled but limit setting can be 177 should be enabled but limit setting can be omitted. Limit is given as 187 limit setting can be omitted. Limit is given as microvolt offset from 195 value '1' indicates that protection should be enabled but limit setting 205 should be enabled but limit setting can be omitted. Limit is given as 215 but limit setting can be omitted. Limit is given as microvolt offset from 223 value '1' indicates that protection should be enabled but limit setting [all …]
|
D | nxp,pca9420.yaml | 86 The voltage level to be configured for mode 0, in microvolts. Setting 92 The voltage level to be configured for mode 1, in microvolts. Setting 98 The voltage level to be configured for mode 2, in microvolts. Setting 104 The voltage level to be configured for mode 3, in microvolts. Setting
|
/Zephyr-Core-3.5.0/samples/subsys/shell/shell_module/boards/ |
D | intel_socfpga_agilex_socdk.conf | 8 # Setting the Shell prompt 11 # Setting the max argc
|
D | intel_socfpga_agilex5_socdk.conf | 8 # Setting the Shell prompt 11 # Setting the max argc
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_id_set_adv_random_addr/src/ |
D | test_suite_invalid_cases.c | 22 * Test setting advertise random address while passing a NULL value as a reference to 39 * Test setting advertise random address while passing a NULL value as an address reference 57 * Test setting advertise random address while passing a NULL value for the advertise parameters 74 * Test setting advertising random address while 'CONFIG_BT_EXT_ADV' is enabled 103 * Test setting advertising random address while 'CONFIG_BT_EXT_ADV' is enabled
|
/Zephyr-Core-3.5.0/drivers/ieee802154/ |
D | Kconfig | 46 bool "Support setting Vendor Organizationally Unique Identifier" 48 This option enables setting custom vendor 102 bool "Support selective TX power setting" 104 Enable support for selectively setting TX power for every transmission request.
|
/Zephyr-Core-3.5.0/drivers/clock_control/ |
D | clock_control_npcx.c | 154 BUILD_ASSERT(OFMCLK <= MAX_OFMCLK, "Exceed maximum OFMCLK setting"); 158 "Invalid CORE_CLK setting"); 161 "Invalid FIUCLK setting"); 165 "Invalid FIU1CLK setting"); 169 "Invalid AHB6_CLK setting"); 173 "Invalid APB1_CLK setting"); 177 "Invalid APB2_CLK setting"); 181 "Invalid APB3_CLK setting"); 186 "Invalid APB4_CLK setting");
|