Home
last modified time | relevance | path

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

/Zephyr-latest/soc/st/stm32/common/
Dstm32_hsem.h64 #define CFG_HW_RNG_SEMID 0U macro
100 #define CFG_HW_RNG_SEMID 0U macro
/Zephyr-latest/drivers/entropy/
Dentropy_stm32.c117 z_stm32_hsem_lock(CFG_HW_RNG_SEMID, HSEM_LOCK_WAIT_FOREVER); in entropy_stm32_suspend()
144 z_stm32_hsem_unlock(CFG_HW_RNG_SEMID); in entropy_stm32_suspend()
223 z_stm32_hsem_lock(CFG_HW_RNG_SEMID, HSEM_LOCK_WAIT_FOREVER); in acquire_rng()
233 z_stm32_hsem_unlock(CFG_HW_RNG_SEMID); in release_rng()
348 __ASSERT_NO_MSG(z_stm32_hsem_is_owned(CFG_HW_RNG_SEMID)); in generate_from_isr()
407 if (!wait && z_stm32_hsem_try_lock(CFG_HW_RNG_SEMID) != 0) { in start_pool_filling()
628 rng_already_acquired = z_stm32_hsem_is_owned(CFG_HW_RNG_SEMID) || in entropy_stm32_rng_get_entropy_isr()
723 z_stm32_hsem_lock(CFG_HW_RNG_SEMID, HSEM_LOCK_WAIT_FOREVER); in entropy_stm32_rng_pm_action()
742 z_stm32_hsem_lock(CFG_HW_RNG_SEMID, HSEM_LOCK_WAIT_FOREVER); in entropy_stm32_rng_pm_action()