zephyr/drivers/entropy
Piotr Zięcik 615efcce69 drivers: entropy: nrf5: Remove entropy_nrf_get_entropy_isr() function
The entropy_nrf_get_entropy_isr(), which is specific to this driver,
is in fact equivalent of generic entropy_get_entropy_isr(..., 0).

This commit removes the entropy_nrf_get_entropy_isr() function
and replaces its usage by call to generic entropy API.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
2018-10-30 11:16:34 +01:00
..
CMakeLists.txt
entropy_esp32.c
entropy_handlers.c
entropy_mcux_rnga.c
entropy_mcux_trng.c
entropy_nrf5.c drivers: entropy: nrf5: Remove entropy_nrf_get_entropy_isr() function 2018-10-30 11:16:34 +01:00
entropy_stm32.c drivers: entropy: stm32: add support for STM32F7 2018-07-03 22:48:08 -04:00
fake_entropy_native_posix.c native_posix: Add missing headers and function prototypes 2018-08-02 19:14:19 +02:00
Kconfig drivers: entropy: remove unused logger kconfig 2018-10-08 17:49:12 -04:00
Kconfig.esp32
Kconfig.mcux
Kconfig.native_posix
Kconfig.nrf5 drivers: entropy: nrf5: Replace random number pool implementation 2018-10-30 11:16:34 +01:00
Kconfig.stm32 drivers: entropy: stm32: add support for STM32F7 2018-07-03 22:48:08 -04:00