/Zephyr-latest/lib/os/ |
D | Kconfig.cbprintf | 28 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/ |
D | Kconfig | 40 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/ |
D | coverage.h | 79 gcov_type *values; /* array of counter values for this type */ member
|
/Zephyr-latest/samples/drivers/can/counter/ |
D | README.rst | 14 received counter values to the console. 64 .. note:: The values shown above might differ.
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | bmm150.c | 309 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/ |
D | ms_timeout.cocci | 7 // 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/ |
D | minimal_libc.rst | 48 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/ |
D | net_pkt_processing_stats.rst | 31 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/ |
D | README.rst | 15 This sample reads the CO2 sensor and print the values continuously.
|
/Zephyr-latest/samples/sensor/lsm6dsl/ |
D | README.rst | 13 values for accelerometer and gyroscope, plus optionally the values of
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | statistic.rst | 12 parameters can be easily extended by customer values.
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/ |
D | spi1_pllq_2_d1ppre_4.overlay | 12 /* With this particular div-q and d1ppre values
|
/Zephyr-latest/doc/services/crypto/random/ |
D | index.rst | 9 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/ |
D | Kconfig.arcv2 | 21 values have higher priority.
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 481 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/ |
D | Kconfig.defconfig | 8 # overrides SoC Series values.
|
/Zephyr-latest/scripts/ |
D | check_maintainers.py | 39 for area in maintainers.areas.values():
|
D | get_maintainer.py | 231 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/ |
D | Kconfig | 28 # Bump the kernel default stack size values.
|
/Zephyr-latest/drivers/cache/ |
D | Kconfig.andes | 27 Lower values indicate earlier initialization.
|
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/ |
D | README.rst | 32 note:: The values shown above might differ.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor_data_types.h | 58 q31_t values[3]; member 87 q31_t values[4]; member
|
/Zephyr-latest/boards/shields/npm6001_ek/ |
D | npm6001_ek.overlay | 25 /* limits are set to min/max allowed values */
|
/Zephyr-latest/tests/benchmarks/sched_userspace/ |
D | README.rst | 17 This is run for multiples values of n, reporting each time the
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | writer.py | 127 bfs = list(pkg.files.values()) 175 for pkg in doc.pkgs.values():
|