Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_rng.c98 while (!LL_RNG_IsActiveFlag_RNGRDY(RNG)); in HW_RNG_Init()
137 while (!LL_RNG_IsActiveFlag_RNGRDY(RNG)); in HW_RNG_GetRandom16()
165 while (!LL_RNG_IsActiveFlag_RNGRDY(RNG)); in HW_RNG_GetRandom32()
170 while (!LL_RNG_IsActiveFlag_RNGRDY(RNG)); in HW_RNG_GetRandom32()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_rng.h2053 __STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_RNGRDY(RNG_TypeDef *RNGx) in LL_RNG_IsActiveFlag_RNGRDY() function