-
CONFIG_ENTROPY_NRF5_THR_BUF_LEN
¶
Thread-mode buffer length
Type: int
Help¶
Buffer length in bytes used to store entropy bytes generated by the hardware to make them ready for thread mode consumers.
Direct dependencies¶
ENTROPY_NRF5_RNG
&& 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:29
→ drivers/Kconfig:28
→ drivers/entropy/Kconfig:19
Menu path: (top menu) → Device Drivers → Entropy Drivers → nRF5 RNG driver
config ENTROPY_NRF5_THR_BUF_LEN int prompt "Thread-mode buffer length" ifENTROPY_NRF5_RNG
&&ENTROPY_GENERATOR
rangeENTROPY_NRF5_THR_THRESHOLD
255 ifENTROPY_NRF5_RNG
&&ENTROPY_GENERATOR
depends onENTROPY_NRF5_RNG
&&ENTROPY_GENERATOR
help Buffer length in bytes used to store entropy bytes generated by the hardware to make them ready for thread mode consumers.
(Definitions include propagated dependencies, including from if’s and menus.)