Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_rand/include/pico/
Drand.h140 #ifndef PICO_RAND_ROSC_BIT_SAMPLE_COUNT
141 #define PICO_RAND_ROSC_BIT_SAMPLE_COUNT 1 macro
/hal_rpi_pico-latest/src/rp2_common/pico_rand/
Drand.c339 …rng_state.r[which] ^= splitmix64(capture_additional_rosc_samples(PICO_RAND_ROSC_BIT_SAMPLE_COUNT)); in get_rand_64()