Home
last modified time | relevance | path

Searched refs:setting (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_3.rst15 | ``0`` | Read/write setting |
17 | ``1`` | Delete setting |
28 Read/write setting command
31 Read/write setting command allows updating a setting entry on a device or
32 getting the current value of a setting from a device.
34 Read setting request
37 Read setting request header fields:
63 | "name" | string of the setting to retrieve |
68 Read setting response
71 Read setting response header fields:
[all …]
/Zephyr-Core-3.5.0/samples/sensor/i3g4250d/src/
Dmain.c17 struct sensor_value setting; in set_sampling_frequency() local
19 (void)sensor_value_from_double(&setting, sampling_frequency); in set_sampling_frequency()
22 SENSOR_CHAN_GYRO_XYZ, SENSOR_ATTR_SAMPLING_FREQUENCY, &setting); in set_sampling_frequency()
/Zephyr-Core-3.5.0/subsys/stats/
DKconfig17 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/include/zephyr/sys/
Dlibc-hooks.h52 # warning Using deprecated setting CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE
56 # warning Using deprecated setting CONFIG_PICOLIBC_HEAP_SIZE
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
DKconfig.ipso24 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/drivers/modem/
DKconfig.quectel-bg9x14 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
DKconfig.ublox-sara-r415 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
DKconfig.gsm72 This setting lets driver connect to network and initialize PPP at
82 using AT+CGATT. This setting dictates how much time in seconds
90 connected to the cellular tower. This setting dictates how much
96 This setting is used in the AT+COPS command to set the MCC/MNO
DKconfig.wncm14a2a12 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-3.5.0/drivers/dac/
Ddac_dacx3608.c63 uint16_t mask, bool setting) in dacx3608_reg_update() argument
73 if (setting) { in dacx3608_reg_update()
92 bool setting = false; in dacx3608_channel_setup() local
112 BIT(channel_cfg->channel_id), setting); in dacx3608_channel_setup()
/Zephyr-Core-3.5.0/doc/develop/sca/
Dindex.rst8 The build setting :makevar:`ZEPHYR_SCA_VARIANT` can be used to specify the SCA
23 possibility to add additional folders to the :makevar:`SCA_ROOT` setting.
50 :makevar:`SCA_TOOL` can be set as a regular CMake setting using
/Zephyr-Core-3.5.0/drivers/ieee802154/
DKconfig46 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/samples/net/virtual/
DKconfig23 skip setting static value.
40 skip setting static value.
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/
Drelay_vector_table.ld20 /* 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
/Zephyr-Core-3.5.0/subsys/lorawan/services/
DKconfig50 Initial setting for clock synchronization periodicity in seconds.
55 Default setting: 24h.
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Ddns_resolve.rst21 The multicast DNS (mDNS) client resolver support can be enabled by setting
27 enabled by setting the :kconfig:option:`CONFIG_LLMNR_RESOLVER` Kconfig variable.
/Zephyr-Core-3.5.0/subsys/usb/device/class/
DKconfig.template.composite_device_number1 # Kconfig template file for setting device count for
/Zephyr-Core-3.5.0/subsys/usb/device_next/class/
DKconfig.template.instances_count1 # Kconfig template file for setting instances count for various USB classes.
/Zephyr-Core-3.5.0/cmake/modules/
Dccache.cmake4 # it by setting USE_CCACHE=0.
/Zephyr-Core-3.5.0/lib/posix/
DKconfig.fs18 Maximum number of open files. Note that this setting
/Zephyr-Core-3.5.0/arch/arm/core/
Dvector_table.ld29 /* When setting TBLOFF in VTOR we must align the offset to the number of
34 * setting in any Cortex-M implementation (might not be required in every
/Zephyr-Core-3.5.0/scripts/
Dzephyr_module.py162 def validate_setting(setting, module_path, filename=None): argument
163 if setting is not None:
165 checkfile = Path(module_path) / setting / filename
167 checkfile = Path(module_path) / setting
277 setting = build_settings.get(root+'_root', None)
278 if setting is not None:
279 root_path = PurePath(module) / setting
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/nrf53/
DCMakeLists.txt19 At your own risk, you can suppress this warning by setting
/Zephyr-Core-3.5.0/soc/arm/ti_simplelink/cc32xx/
DKconfig.defconfig.cc3220sf22 # Override the setting in misc/Kconfig to allow full use of SRAM:
/Zephyr-Core-3.5.0/boards/arm/stm32f7508_dk/support/
Dopenocd.cfg16 # override that speed setting it also to the maximum speed.

12345678910>>...13