Searched full:generator (Results 1 – 25 of 341) sorted by relevance
12345678910>>...14
/Zephyr-latest/subsys/random/ |
D | Kconfig | 9 bool "Allow non-random number generator" 11 This option signifies that a non-random number generator is allowed to 16 number generator is not available. The non-random number generator 21 application is allowed to run with a random number generator that is not 26 Note that this option does not imply that a non-random number generator 28 device-backed random number generator, if available, will be selected by 32 int "Initial state used by clock based number generator" 40 prompt "Random generator" 52 bool "System timer clock based number generator" 55 This options enables number generator based on system timer [all …]
|
D | random_timer.c | 9 * @brief Non-random number generator based on system timer 13 * generator. It was provided to allow testing on a platform that does not (yet) 14 * provide a random number generator. 28 * This pseudo-random number generator returns values that are based off the 51 * The pseudo-random number generator returns values that are based off the
|
/Zephyr-latest/doc/services/crypto/random/ |
D | index.rst | 23 The CTR-DRBG generator needs an entropy source to establish and 34 For testing, this option allows a non-random number generator to be used and 37 The random number generator choice group allows selection of the RNG 51 enables number generator based on system timer clock. This number 52 generator is not random and used for testing only. 55 enables a random number generator that uses the enabled hardware 59 enables the Xoshiro128++ pseudo-random number generator, that uses the 63 cryptographically secure random number generator source function. An 76 enables a cryptographically secure random number generator using the 77 hardware random generator driver [all …]
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.esp32 | 1 # esp32 entropy generator driver configuration 7 bool "ESP32 entropy number generator driver" 12 This option enables the entropy number generator for ESP32 SoCs. 16 generator.
|
D | Kconfig.native_posix | 9 This option enables the test random number generator for the 11 Note that this entropy generator is only meant for test purposes and does 17 bool "Seed the generator by default" 23 generator without this component's default initialization interfering.
|
D | Kconfig.mcux | 1 # mcux entropy generator driver configuration 12 This option enables the random number generator accelerator (RNGA) 21 This option enables the true random number generator (TRNG) 30 This option enables the true random number generator (TRNG) 46 # a seed to RNG generator.
|
D | Kconfig.gecko | 1 # gecko entropy generator driver configuration 15 This option enables the true random number generator 24 This option enables the true random number generator
|
D | Kconfig.max32 | 5 bool "ADI MAX32XXX MCU Family True Random Number Generator (TRNG) Driver" 10 Enable True Random Number Generator (TRNG) driver for ADI MAX32XXX MCUs.
|
D | Kconfig.sam | 7 bool "Atmel SAM MCU Family True Random Number Generator (TRNG) Driver" 12 Enable True Random Number Generator (TRNG) driver for Atmel SAM MCUs.
|
D | Kconfig.litex | 1 # LiteX PRBS entropy generator driver configuration 13 generator, based on Pseudo-Random Binary Sequences (PRBS)
|
D | Kconfig.rv32m1 | 1 # RV32M1 entropy generator driver configuration 12 This option enables the true random number generator (TRNG)
|
D | fake_entropy_native_bottom.c | 6 * Bottom/Linux side of the pseudo-random entropy generator for 35 nsi_print_trace("Random generator seeded with 0x%X\n", buf); in entropy_native_seed()
|
D | Kconfig.cc13xx_cc26xx | 7 bool "TI SimpleLink CC13xx / CC26xx True Random Number Generator (TRNG)" 13 This option enables the driver for the True Random Number Generator (TRNG)
|
/Zephyr-latest/modules/ |
D | Kconfig.tinycrypt | 21 generator in counter mode. 41 generator. 50 generator. 59 generator.
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | application.py | 32 'generator': directives.unchanged, 64 generator = self.options.get('generator', 'ninja').lower() 92 if generator not in self.GENERATORS: 93 raise self.error(f'Unknown generator {generator}; choose from: {self.GENERATORS}') 146 'generator': generator, 166 f'CMake and {generator}')) 188 generator = kwargs['generator'] 204 gen_arg = ' -G\'Unix Makefiles\'' if generator == 'make' else '' 332 generator = kwargs['generator'] 363 gen_arg = ' -GNinja' if generator == 'ninja' else '' [all …]
|
/Zephyr-latest/drivers/video/ |
D | Kconfig.sw_generator | 9 bool "Video Software Generator" 12 Enable video pattern generator (for testing purposes).
|
/Zephyr-latest/dts/bindings/rng/ |
D | silabs,gecko-trng.yaml | 5 GECKO TRNG (True Random Number Generator). 7 The TRNG module is a non-deterministic randomnumber generator based on a full hardware solution.
|
D | espressif,esp32-trng.yaml | 5 Espressif ESP32 TRNG (True Random Number Generator). 8 disabled, the random number generator will give out pseudo-random numbers.
|
/Zephyr-latest/dts/bindings/rtc/ |
D | atmel,sam0-rtc.yaml | 16 clock-generator: 18 description: clock generator index
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | fixtures.py | 7 from typing import Generator, Type 30 def device_object(twister_harness_config: TwisterHarnessConfig) -> Generator[DeviceAdapter, None, N… 49 def unlaunched_dut(request: pytest.FixtureRequest, device_object: DeviceAdapter) -> Generator[Devic… 58 def dut(request: pytest.FixtureRequest, device_object: DeviceAdapter) -> Generator[DeviceAdapter, N… 93 def mcumgr(is_mcumgr_available: None, dut: DeviceAdapter) -> Generator[MCUmgr, None, None]:
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | Kconfig.tmc_rampgen_template | 23 bool "Use $(module-str) with Ramp Generator" 27 Enable ramp generator for trinamic stepper controller
|
/Zephyr-latest/cmake/toolchain/armclang/ |
D | generic.cmake | 9 message(FATAL_ERROR "ARMClang Toolchain and '${CMAKE_GENERATOR}' generator " 11 "${CMAKE_VERSION}. Use the 'Ninja' generator or update to CMake >= 3.21."
|
/Zephyr-latest/doc/services/serialization/ |
D | nanopb.rst | 63 Nanopb has `generator options <https://jpa.kapsi.fi/nanopb/docs/reference.html#generator-options>`_ 67 The internal CMake generator has an extension to configure ``*.options.in`` files automatically
|
/Zephyr-latest/cmake/usage/ |
D | usage.cmake | 6 get_filename_component(generator ${CMAKE_MAKE_PROGRAM} NAME) 7 if(${generator} STREQUAL ninja) 42 message(" ${generator} ${verbose} [targets] verbose build")
|
/Zephyr-latest/dts/bindings/i2s/ |
D | nordic,nrf-i2s.yaml | 28 (MCK) generator. The generator is only needed when the I2S peripheral
|
12345678910>>...14