Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_rand/
Drand.c328 static volatile uint8_t check_byte; in get_rand_64() local
330 uint8_t local_check_byte = check_byte; in get_rand_64()
359 if (local_check_byte != check_byte) { in get_rand_64()
368 check_byte++; in get_rand_64()