Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_rand/
Drand.c374 void get_rand_128(rng_128_t *ptr128) { in get_rand_128() argument
375 ptr128->r[0] = get_rand_64(); in get_rand_128()
376 ptr128->r[1] = get_rand_64(); in get_rand_128()