Home
last modified time | relevance | path

Searched refs:values (Results 51 – 75 of 446) sorted by relevance

12345678910>>...18

/Zephyr-latest/lib/os/
DKconfig.cbprintf28 prompt "Control range of convertible integer values"
33 bool "Convert the full range of integer values"
37 range of all integral and pointer values.
46 bool "Convert only integer values that fit in 32 bits"
49 values with no more than 32 bits.
60 With CBPRINTF_NANO all conversions will be attempted but values that
/Zephyr-latest/lib/libc/picolibc/
DKconfig40 bool "full support for integer/floating point values in printf/scanf"
46 bool "full support for integer values, including long long, in printf/scanf"
53 bool "full support for integer values, other than long long, in printf/scanf"
60 bool "limited support for integer values in printf/scanf"
145 This ensures that printf values with enough digits can be
154 values on 32-bit targets.
/Zephyr-latest/subsys/testsuite/coverage/
Dcoverage.h79 gcov_type *values; /* array of counter values for this type */ member
/Zephyr-latest/samples/drivers/can/counter/
DREADME.rst14 received counter values to the console.
64 .. note:: The values shown above might differ.
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150.c309 uint16_t values[BMM150_AXIS_XYZR_MAX]; in bmm150_sample_fetch() local
316 if (bmm150_reg_read(dev, BMM150_REG_X_L, (uint8_t *)values, sizeof(values)) < 0) { in bmm150_sample_fetch()
321 raw_x = (int16_t)sys_le16_to_cpu(values[BMM150_AXIS_X]) >> in bmm150_sample_fetch()
323 raw_y = (int16_t)sys_le16_to_cpu(values[BMM150_AXIS_Y]) >> in bmm150_sample_fetch()
325 raw_z = (int16_t)sys_le16_to_cpu(values[BMM150_AXIS_Z]) >> in bmm150_sample_fetch()
328 rhall = sys_le16_to_cpu(values[BMM150_RHALL]) >> in bmm150_sample_fetch()
/Zephyr-latest/scripts/coccinelle/
Dms_timeout.cocci7 // These constants used to have the values 0 and -1 respectively; they
8 // are now timeout values which are opaque non-integral values that
/Zephyr-latest/doc/develop/languages/c/
Dminimal_libc.rst48 return values from functions. They are typically returned as the negative value
55 A conscious effort is made in Zephyr to keep the values of the minimal libc
61 Below is a list of the error number definitions. For the actual numeric values
/Zephyr-latest/doc/connectivity/networking/
Dnet_pkt_processing_stats.rst31 The values above and below are from emulated qemu_x86 board and UDP traffic
35 to when it was passed to the application. The values are in microseconds. The
56 In the TX example above, the values are averages over **18902** packets and
70 In the RX example above, the values are averages over **18892** packets and
/Zephyr-latest/samples/sensor/co2_polling/
DREADME.rst15 This sample reads the CO2 sensor and print the values continuously.
/Zephyr-latest/samples/sensor/lsm6dsl/
DREADME.rst13 values for accelerometer and gyroscope, plus optionally the values of
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dstatistic.rst12 parameters can be easily extended by customer values.
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/
Dspi1_pllq_2_d1ppre_4.overlay12 /* With this particular div-q and d1ppre values
/Zephyr-latest/doc/services/crypto/random/
Dindex.rst9 random number. The non-cryptographic APIs will return random values
10 much faster if non-cryptographic values are needed.
35 permits random number APIs to return values that are not truly random.
/Zephyr-latest/drivers/timer/
DKconfig.arcv221 values have higher priority.
/Zephyr-latest/scripts/dts/
Dgen_defines.py481 for child in node.children.values():
489 node.children.values()))
493 for child in node.children.values()))
497 for child in node.children.values()))
501 for child in node.children.values()))
505 for child in node.children.values() if child.status == "okay"))
509 for child in node.children.values() if child.status == "okay"))
513 for child in node.children.values() if child.status == "okay"))
517 for child in node.children.values() if child.status == "okay"))
946 for child in node.children.values():
/Zephyr-latest/soc/andestech/ae350/
DKconfig.defconfig8 # overrides SoC Series values.
/Zephyr-latest/scripts/
Dcheck_maintainers.py39 for area in maintainers.areas.values():
Dget_maintainer.py231 return [area for area in self.areas.values()
284 for area in self.areas.values():
305 for area in self.areas.values():
327 for area in self.areas.values():
349 for area in self.areas.values():
/Zephyr-latest/arch/mips/
DKconfig28 # Bump the kernel default stack size values.
/Zephyr-latest/drivers/cache/
DKconfig.andes27 Lower values indicate earlier initialization.
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/
DREADME.rst32 note:: The values shown above might differ.
/Zephyr-latest/include/zephyr/drivers/
Dsensor_data_types.h58 q31_t values[3]; member
87 q31_t values[4]; member
/Zephyr-latest/boards/shields/npm6001_ek/
Dnpm6001_ek.overlay25 /* limits are set to min/max allowed values */
/Zephyr-latest/tests/benchmarks/sched_userspace/
DREADME.rst17 This is run for multiples values of n, reporting each time the
/Zephyr-latest/scripts/west_commands/zspdx/
Dwriter.py127 bfs = list(pkg.files.values())
175 for pkg in doc.pkgs.values():

12345678910>>...18