mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 01:43:12 +00:00
The commit contributes the implementation of get_entropy_isr API function for the SAM entropy driver. The implementation is similar to get_entropy, with the difference that it does not invoke k_yield() when called with the ENTROPY_BUSYWAIT options flag set. When the function is invoked without the ENTROPY_BUSYWAIT flag, it simply returns whatever data is available, without busy waiting on the RNG herdware. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
entropy_cc13xx_cc26xx.c | ||
entropy_esp32.c | ||
entropy_handlers.c | ||
entropy_mcux_rnga.c | ||
entropy_mcux_trng.c | ||
entropy_nrf5.c | ||
entropy_sam.c | ||
entropy_stm32.c | ||
fake_entropy_native_posix.c | ||
Kconfig | ||
Kconfig.cc13xx_cc26xx | ||
Kconfig.esp32 | ||
Kconfig.mcux | ||
Kconfig.native_posix | ||
Kconfig.nrf5 | ||
Kconfig.sam | ||
Kconfig.stm32 |