Home
last modified time | relevance | path

Searched refs:PICO_RAND_ENTROPY_SRC_TRNG (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_rand/include/pico/
Drand.h74 #ifndef PICO_RAND_ENTROPY_SRC_TRNG
76 #define PICO_RAND_ENTROPY_SRC_TRNG 1 macro
103 #define PICO_RAND_SEED_ENTROPY_SRC_TRNG PICO_RAND_ENTROPY_SRC_TRNG
/hal_rpi_pico-latest/src/rp2_common/pico_rand/
Drand.c121 #if PICO_RAND_SEED_ENTROPY_SRC_TRNG | PICO_RAND_ENTROPY_SRC_TRNG
123 #error PICO_RAND_SEED_ENTROPY_SRC_TRNG and PICO_RAND_ENTROPY_SRC_TRNG are only valid on RP2350
342 #if PICO_RAND_ENTROPY_SRC_TRNG in get_rand_64()