Home
last modified time | relevance | path

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

/Zephyr-latest/soc/st/stm32/common/
Dstm32_hsem.h135 static inline int z_stm32_hsem_try_lock(uint32_t hsem) in z_stm32_hsem_try_lock() function
/Zephyr-latest/drivers/entropy/
Dentropy_stm32.c407 if (!wait && z_stm32_hsem_try_lock(CFG_HW_RNG_SEMID) != 0) { in start_pool_filling()