Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/entropy/
Dentropy_stm32.h15 #define IRQLESS_TRNG DT_HAS_COMPAT_STATUS_OKAY(st_stm32_rng_noirq) macro
17 #if IRQLESS_TRNG
31 #if !IRQLESS_TRNG in ll_rng_enable_it()
Dentropy_stm32.c99 #if IRQLESS_TRNG
369 #if !IRQLESS_TRNG in generate_from_isr()
386 #if !IRQLESS_TRNG in generate_from_isr()
400 #if !IRQLESS_TRNG in generate_from_isr()
420 #if !IRQLESS_TRNG in generate_from_isr()
468 #if IRQLESS_TRNG in start_pool_filling()
543 if (k_is_in_isr() || IRQLESS_TRNG) { in rng_pool_get()
596 #if !IRQLESS_TRNG in perform_pool_refill()
613 #if IRQLESS_TRNG
709 #if !IRQLESS_TRNG in entropy_stm32_rng_get_entropy_isr()
[all …]