zephyr/drivers/entropy
Andrzej Głąbek 68bd036947 drivers: entropy_nrf5: Eliminate direct use of WFE instructions
Use the appropriate kernel function, i.e. `k_cpu_atomic_idle()`,
instead of directly executing the WFE instruction.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-02-21 15:02:54 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.b91
Kconfig.bt_hci
Kconfig.cc13xx_cc26xx
Kconfig.esp32
Kconfig.gecko
Kconfig.litex
Kconfig.mcux drivers: entropy: use non-cache intermediate buffer for RNG 2023-01-26 09:46:20 -06:00
Kconfig.native_posix
Kconfig.neorv32
Kconfig.nrf5
Kconfig.psa_crypto
Kconfig.rv32m1
Kconfig.sam
Kconfig.stm32 drivers: entropy: stm32: Check clock config at runtime 2023-01-18 09:56:03 +01:00
entropy_b91_trng.c
entropy_bt_hci.c
entropy_cc13xx_cc26xx.c
entropy_esp32.c
entropy_gecko_se.c
entropy_gecko_trng.c
entropy_handlers.c
entropy_litex.c
entropy_mcux_caam.c drivers: entropy: use non-cache intermediate buffer for RNG 2023-01-26 09:46:20 -06:00
entropy_mcux_css.c
entropy_mcux_rng.c
entropy_mcux_rnga.c
entropy_mcux_trng.c
entropy_neorv32_trng.c
entropy_nrf5.c drivers: entropy_nrf5: Eliminate direct use of WFE instructions 2023-02-21 15:02:54 +01:00
entropy_psa_crypto.c
entropy_rv32m1_trng.c
entropy_sam.c
entropy_stm32.c drivers: entropy: stm32: Check clock config at runtime 2023-01-18 09:56:03 +01:00
fake_entropy_native_posix.c