Home
last modified time | relevance | path

Searched defs:pRNG (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/
Drsi_rng.c42 uint32_t rng_start(HWRNG_Type *pRNG, uint8_t rngMode) in rng_start()
58 void rng_config_lfsr(HWRNG_Type *pRNG, rng_lfsr_config_t lfsr_config_param) in rng_config_lfsr()
70 void rng_stop(HWRNG_Type *pRNG) in rng_stop()
96 uint32_t rng_read_lfsr_input(HWRNG_Type *pRNG, uint32_t *randomBytes, uint32_t numberOfBytes) in rng_read_lfsr_input()
125 void rng_get_bytes(HWRNG_Type *pRNG, uint32_t *randomBytes, uint32_t numberOfBytes) in rng_get_bytes()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/
Drsi_rom_rng.h61 STATIC INLINE uint32_t RSI_RNG_Start(HWRNG_Type *pRNG, uint8_t rngMode) in RSI_RNG_Start()
76 STATIC INLINE void RSI_RNG_Stop(HWRNG_Type *pRNG) in RSI_RNG_Stop()
93 STATIC INLINE void RSI_RNG_GetBytes(HWRNG_Type *pRNG, uint32_t *randomBytes, uint32_t numberOfBytes) in RSI_RNG_GetBytes()