Home
last modified time | relevance | path

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

/Zephyr-latest/soc/st/stm32/common/
Dstm32_hsem.h162 static inline bool z_stm32_hsem_is_owned(uint32_t hsem) in z_stm32_hsem_is_owned() function
/Zephyr-latest/drivers/entropy/
Dentropy_stm32.c348 __ASSERT_NO_MSG(z_stm32_hsem_is_owned(CFG_HW_RNG_SEMID)); in generate_from_isr()
628 rng_already_acquired = z_stm32_hsem_is_owned(CFG_HW_RNG_SEMID) || in entropy_stm32_rng_get_entropy_isr()