Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_rand/include/pico/
Drand.h102 #if !defined(PICO_RAND_SEED_ENTROPY_SRC_TRNG) && HAS_RP2350_TRNG
103 #define PICO_RAND_SEED_ENTROPY_SRC_TRNG PICO_RAND_ENTROPY_SRC_TRNG macro
/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
289 #if PICO_RAND_SEED_ENTROPY_SRC_TRNG in initialise_rand()