Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_system.c110 u8 random_tmp, random[4]; in Gen_RandomSeed() local
136 random_tmp = 0; in Gen_RandomSeed()
150 random_tmp |= ((adc_tmp & 0x1) << j); in Gen_RandomSeed()
153 if((random_tmp == 0x00) || (random_tmp == 0xff)){ in Gen_RandomSeed()
157 random[i] = random_tmp; in Gen_RandomSeed()

Completed in 3 milliseconds