zephyr/drivers/entropy
Thomas Stranger 95b7385bf1 drivers: entropy: stm32: don't use zero value
According to the Reference Manual of several series(G0,L5,WL,WB,...)
RNG_DR register value should only be used if it is different from 0:
"Because when it is the case a seed error occurred between RNG_SR
polling and RND_DR output reading (rare event)."

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
2021-07-26 04:36:56 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.esp32
Kconfig.gecko
Kconfig.litex
Kconfig.mcux
Kconfig.native_posix
Kconfig.nrf5
Kconfig.rv32m1
Kconfig.sam
Kconfig.stm32
entropy_cc13xx_cc26xx.c pm: remove callback from control function 2021-07-13 09:36:45 -04:00
entropy_esp32.c drivers: entropy: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
entropy_gecko_trng.c drivers: entropy: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
entropy_handlers.c
entropy_litex.c drivers: entropy: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
entropy_mcux_rng.c drivers: entropy: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
entropy_mcux_rnga.c drivers: entropy: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
entropy_mcux_trng.c drivers: entropy: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
entropy_nrf5.c drivers: entropy: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
entropy_rv32m1_trng.c drivers: entropy: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
entropy_sam.c drivers: entropy: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
entropy_stm32.c drivers: entropy: stm32: don't use zero value 2021-07-26 04:36:56 -04:00
fake_entropy_native_posix.c drivers: entropy: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00