Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_rng_drv.c49 static hpm_stat_t rng_rand(RNG_Type *ptr, void *buf, uint32_t count_in_byte, bool wait) in rng_rand() argument
56 if (count_in_byte < 4) { in rng_rand()
60 for (i = 0; i < (count_in_byte / 4); i++) { in rng_rand()
82 hpm_stat_t rng_rand_wait(RNG_Type *ptr, void *buf, uint32_t count_in_byte) in rng_rand_wait() argument
84 return rng_rand(ptr, buf, count_in_byte, true); in rng_rand_wait()
87 hpm_stat_t rng_rand_no_wait(RNG_Type *ptr, void *buf, uint32_t count_in_byte) in rng_rand_no_wait() argument
89 return rng_rand(ptr, buf, count_in_byte, false); in rng_rand_no_wait()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_rng_drv.h25 hpm_stat_t rng_rand_wait(RNG_Type *ptr, void *buf, uint32_t count_in_byte);
27 hpm_stat_t rng_rand_no_wait(RNG_Type *ptr, void *buf, uint32_t count_in_byte);

Completed in 4 milliseconds