Searched full:numbers (Results 1 – 25 of 316) sorted by relevance
12345678910>>...13
/Zephyr-latest/tests/subsys/random/rng/src/ |
D | main.c | 49 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/ |
D | minimal_libc.rst | 44 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/ |
D | errno.c | 8 * @brief System error numbers 20 * @defgroup system_errno Error numbers
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/boards/ |
D | nrf52833dk_nrf52833.overlay | 18 /* 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/ |
D | nrf52833dk_nrf52833.overlay | 18 /* These are GPIO pin numbers that are provided to 21 * Pin numbers are selected to drive switches on antenna matrix
|
/Zephyr-latest/soc/espressif/ |
D | Kconfig | 46 by the calibration routine. Higher numbers increase calibration 48 time in deep sleep. Lower numbers reduce startup time.
|
/Zephyr-latest/subsys/random/ |
D | Kconfig | 60 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/ |
D | test_sqrt.c | 25 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/ |
D | soc_irq.h | 8 * @file Interrupt numbers for the ARM LTD Beetle SoC. 13 /* IRQ Numbers */
|
/Zephyr-latest/soc/microchip/mec/mec15xx/ |
D | soc_espi_saf_v1.h | 34 /* 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/ |
D | Kconfig | 10 bool "Put the buffer of randomly generated numbers in nocache region."
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | microchip,xec-ecia.yaml | 18 Array of GIRQ numbers in [8, 26] whose result bits can be connected
|
/Zephyr-latest/include/zephyr/dt-bindings/power/ |
D | nordic-nrf-gpd.h | 10 /* numbers aligned to nrfs service identifiers */
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.esp32 | 15 numbers: noise from these radios are used to feed entropy in this
|
D | Kconfig.native_posix | 13 It actually generates always the same sequence of random numbers if
|
/Zephyr-latest/dts/bindings/timer/ |
D | microchip,xec-rtos-timer.yaml | 20 description: Array of GIRQ numbers [8:26] and bit positions [0:31].
|
/Zephyr-latest/tests/modules/nanopb/lib/ |
D | lib.c | 11 /* Reversed numbers */ in lib_fill_message()
|
/Zephyr-latest/dts/bindings/rng/ |
D | espressif,esp32-trng.yaml | 8 disabled, the random number generator will give out pseudo-random numbers.
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | microchip,xec-watchdog.yaml | 20 description: Array of GIRQ numbers [8:26] and bit positions [0:31].
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nxp,fxos8700-common.yaml | 63 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/ |
D | soc_espi_saf_v2.h | 33 /* 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/ |
D | arm-gic.h | 11 /* CPU Interrupt numbers */
|
/Zephyr-latest/dts/bindings/i2c/ |
D | microchip,xec-i2c-v2.yaml | 22 description: array of GIRQ numbers [8:26] and bit positions [0:31]
|
/Zephyr-latest/lib/libc/arcmwdt/include/ |
D | errno.h | 10 * @brief System error numbers
|
/Zephyr-latest/tests/lib/c_lib/thrd/src/ |
D | thrd.h | 15 /* arbitrary magic numbers used for testing */
|
12345678910>>...13