Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_rng.c139 *num = (uint16_t)LL_RNG_ReadRandData16(RNG); in HW_RNG_GetRandom16()
167 num_16[0] = (uint16_t)LL_RNG_ReadRandData16(RNG); in HW_RNG_GetRandom32()
172 num_16[1] = (uint16_t)LL_RNG_ReadRandData16(RNG); in HW_RNG_GetRandom32()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_rng.h2105 __STATIC_INLINE uint16_t LL_RNG_ReadRandData16(RNG_TypeDef *RNGx) in LL_RNG_ReadRandData16() function