Home
last modified time | relevance | path

Searched full:numbers (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/Zephyr-latest/tests/subsys/random/rng/src/
Dmain.c49 printk("Generating random numbers\n"); in ZTEST()
52 * Get several subsequent numbers as fast as possible. in ZTEST()
55 * If minimum half of the numbers generated were the same in ZTEST()
69 "random numbers returned same value with high probability"); in ZTEST()
72 printk("Generating bulk fill random numbers\n"); in ZTEST()
86 "random numbers returned same value with high probability"); in ZTEST()
91 printk("Generating bulk fill cryptographically secure random numbers\n"); in ZTEST()
109 "random numbers returned same value with high probability"); in ZTEST()
/Zephyr-latest/doc/develop/languages/c/
Dminimal_libc.rst44 Error numbers
47 Error numbers are used throughout Zephyr APIs to signal error conditions as
52 A subset of the error numbers defined in the `POSIX errno.h specification`_ and
56 error numbers consistent with the different implementations of the C standard
59 numbers are kept aligned.
/Zephyr-latest/lib/libc/armstdc/src/
Derrno.c8 * @brief System error numbers
20 * @defgroup system_errno Error numbers
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/boards/
Dnrf52833dk_nrf52833.overlay18 /* These are GPIO pin numbers that are provided to
21 * Pin numbers are selected to drive switches on antenna matrix
/Zephyr-latest/samples/bluetooth/direction_finding_central/boards/
Dnrf52833dk_nrf52833.overlay18 /* These are GPIO pin numbers that are provided to
21 * Pin numbers are selected to drive switches on antenna matrix
/Zephyr-latest/soc/espressif/
DKconfig46 by the calibration routine. Higher numbers increase calibration
48 time in deep sleep. Lower numbers reduce startup time.
/Zephyr-latest/subsys/random/
DKconfig60 bool "Use entropy driver to generate random numbers"
64 entropy gathering driver to generate random numbers. Should only be
113 bool "Use hardware random driver for CS random numbers"
118 random numbers.
/Zephyr-latest/tests/lib/c_lib/common/src/
Dtest_sqrt.c25 5.0f, 6.0f, 7.0f, 8.0f, 9.0f, /* numbers across the decade */
26 3.14159265359f, 2.718281828f, /* irrational numbers pi and e */
27 123.4f, 0.025f, 0.10f, 1.875f /* numbers with infinite */
34 5.0, 6.0, 7.0, 8.0, 9.0, /* numbers across the decade */
35 3.14159265359, 2.718281828, /* irrational numbers pi and e */
36 123.4, 0.025, 0.10, 1.875 /* numbers with infinite */
/Zephyr-latest/soc/arm/beetle/
Dsoc_irq.h8 * @file Interrupt numbers for the ARM LTD Beetle SoC.
13 /* IRQ Numbers */
/Zephyr-latest/soc/microchip/mec/mec15xx/
Dsoc_espi_saf_v1.h34 /* Default SAF Map of eSPI TAG numbers to master numbers */
321 * Start QMSPI descriptor numbers.
348 * eSPI master numbers 0 - 7 correspond to bits 0 - 7.
353 * eSPI Host maps threads by a tag number to master numbers.
354 * Thread numbers are 4-bit
355 * Master numbers are 3-bit
356 * Master number Thread numbers Description
/Zephyr-latest/tests/drivers/entropy/api/
DKconfig10 bool "Put the buffer of randomly generated numbers in nocache region."
/Zephyr-latest/dts/bindings/interrupt-controller/
Dmicrochip,xec-ecia.yaml18 Array of GIRQ numbers in [8, 26] whose result bits can be connected
/Zephyr-latest/include/zephyr/dt-bindings/power/
Dnordic-nrf-gpd.h10 /* numbers aligned to nrfs service identifiers */
/Zephyr-latest/drivers/entropy/
DKconfig.esp3215 numbers: noise from these radios are used to feed entropy in this
DKconfig.native_posix13 It actually generates always the same sequence of random numbers if
/Zephyr-latest/dts/bindings/timer/
Dmicrochip,xec-rtos-timer.yaml20 description: Array of GIRQ numbers [8:26] and bit positions [0:31].
/Zephyr-latest/tests/modules/nanopb/lib/
Dlib.c11 /* Reversed numbers */ in lib_fill_message()
/Zephyr-latest/dts/bindings/rng/
Despressif,esp32-trng.yaml8 disabled, the random number generator will give out pseudo-random numbers.
/Zephyr-latest/dts/bindings/watchdog/
Dmicrochip,xec-watchdog.yaml20 description: Array of GIRQ numbers [8:26] and bit positions [0:31].
/Zephyr-latest/dts/bindings/sensor/
Dnxp,fxos8700-common.yaml63 Threshold values for each axis are unsigned 7-bit numbers with a fixed
73 Threshold values for each axis are unsigned 7-bit numbers with a fixed
83 Threshold values for each axis are unsigned 7-bit numbers with a fixed
/Zephyr-latest/soc/microchip/mec/mec172x/
Dsoc_espi_saf_v2.h33 /* Default SAF Map of eSPI TAG numbers to master numbers */
415 * Start QMSPI descriptor numbers.
457 * eSPI master numbers 0 - 7 correspond to bits 0 - 7.
462 * eSPI Host maps threads by a tag number to master numbers.
463 * Thread numbers are 4-bit
464 * Master numbers are 3-bit
465 * Master number Thread numbers Description
/Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/
Darm-gic.h11 /* CPU Interrupt numbers */
/Zephyr-latest/dts/bindings/i2c/
Dmicrochip,xec-i2c-v2.yaml22 description: array of GIRQ numbers [8:26] and bit positions [0:31]
/Zephyr-latest/lib/libc/arcmwdt/include/
Derrno.h10 * @brief System error numbers
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dthrd.h15 /* arbitrary magic numbers used for testing */

12345678910>>...13