CONFIG_ENTROPY_STM32_THR_POOL_SIZE
Thread-mode random number pool size
Type: int
Help
Buffer length in bytes used to store entropy bytes generated by the
hardware to make them ready for thread mode consumers.
Please note, that size of the pool must be a power of 2.
Direct dependencies
ENTROPY_STM32_RNG
&& ENTROPY_GENERATOR
(Includes any dependencies from ifs and menus.)
Default
8
Kconfig definition
At <Zephyr>/drivers/entropy/Kconfig.stm32:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:32
→ <Zephyr>/drivers/entropy/Kconfig:26
Menu path: (Top) → Device Drivers → Entropy Drivers → STM32 RNG driver
config ENTROPY_STM32_THR_POOL_SIZE
int "Thread-mode random number pool size"
range ENTROPY_STM32_THR_THRESHOLD 256
default 8
depends on ENTROPY_STM32_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.
Please note, that size of the pool must be a power of 2.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)