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.c129 z_stm32_hsem_lock(CFG_HW_RNG_SEMID, HSEM_LOCK_WAIT_FOREVER); in entropy_stm32_suspend()
164 z_stm32_hsem_unlock(CFG_HW_RNG_SEMID); in entropy_stm32_suspend()
243 z_stm32_hsem_lock(CFG_HW_RNG_SEMID, HSEM_LOCK_WAIT_FOREVER); in acquire_rng()
253 z_stm32_hsem_unlock(CFG_HW_RNG_SEMID); in release_rng()
374 __ASSERT_NO_MSG(z_stm32_hsem_is_owned(CFG_HW_RNG_SEMID)); in generate_from_isr()
442 if (!wait && z_stm32_hsem_try_lock(CFG_HW_RNG_SEMID) != 0) { in start_pool_filling()
721 if (z_stm32_hsem_is_owned(CFG_HW_RNG_SEMID)) { in entropy_stm32_rng_get_entropy_isr()
828 z_stm32_hsem_lock(CFG_HW_RNG_SEMID, HSEM_LOCK_WAIT_FOREVER); in entropy_stm32_rng_pm_action()
847 z_stm32_hsem_lock(CFG_HW_RNG_SEMID, HSEM_LOCK_WAIT_FOREVER); in entropy_stm32_rng_pm_action()