-
CONFIG_ENTROPY_NRF5_THR_THRESHOLD
¶
Thread-mode random number pool low-water threshold
Type: int
Help¶
Low water-mark threshold in bytes to trigger entropy generation for thread mode consumers. As soon as the number of available bytes in the buffer goes below this number hardware entropy generation will be started.
Direct dependencies¶
ENTROPY_NRF5_RNG
&& !ENTROPY_NRF_FORCE_ALT
&& ENTROPY_GENERATOR
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At drivers/entropy/Kconfig.nrf5:45
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:28
→ drivers/entropy/Kconfig:19
Menu path: (top menu) → Device Drivers → Entropy Drivers → nRF5 RNG driver
config ENTROPY_NRF5_THR_THRESHOLD int prompt "Thread-mode random number pool low-water threshold" ifENTROPY_NRF5_RNG
&& !ENTROPY_NRF_FORCE_ALT
&&ENTROPY_GENERATOR
range 4 255 ifENTROPY_NRF5_RNG
&& !ENTROPY_NRF_FORCE_ALT
&&ENTROPY_GENERATOR
depends onENTROPY_NRF5_RNG
&& !ENTROPY_NRF_FORCE_ALT
&&ENTROPY_GENERATOR
help Low water-mark threshold in bytes to trigger entropy generation for thread mode consumers. As soon as the number of available bytes in the buffer goes below this number hardware entropy generation will be started.
(Definitions include propagated dependencies, including from if’s and menus.)