Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/entropy/
Dentropy_stm32.c115 static struct entropy_stm32_rng_dev_data entropy_stm32_rng_data = { variable
188 RNG_TypeDef *rng = entropy_stm32_rng_data.rng; in configure_rng()
320 RNG_TypeDef *rng = entropy_stm32_rng_data.rng; in random_byte_get()
378 if (ll_rng_is_active_secs(entropy_stm32_rng_data.rng) || in generate_from_isr()
379 ll_rng_is_active_seis(entropy_stm32_rng_data.rng)) { in generate_from_isr()
399 entropy_stm32_rng_data.rng) != 1) { in generate_from_isr()
450 already_filling = entropy_stm32_rng_data.filling_pools; in start_pool_filling()
451 entropy_stm32_rng_data.filling_pools = true; in start_pool_filling()
469 k_work_schedule(&entropy_stm32_rng_data.trng_poll_work, TRNG_GENERATION_DELAY); in start_pool_filling()
544 k_work_submit(&entropy_stm32_rng_data.filling_work); in rng_pool_get()
[all …]