:orphan: .. title:: ENTROPY_NRF5_ISR_THRESHOLD .. option:: CONFIG_ENTROPY_NRF5_ISR_THRESHOLD *ISR-mode random number pool low-water threshold* Type: ``int`` Help ==== Low water-mark threshold in bytes to trigger entropy generation for ISR consumers. As soon as the number of available bytes in the buffer goes below this number hardware entropy generation will be started. Direct dependencies =================== \ :option:`ENTROPY_NRF5_RNG ` && \ :option:`ENTROPY_GENERATOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``drivers/entropy/Kconfig.nrf5:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:30`` → ``drivers/entropy/Kconfig:17`` Menu path: (Top) → Device Drivers → Entropy Drivers → nRF5 RNG driver .. parsed-literal:: config ENTROPY_NRF5_ISR_THRESHOLD int "ISR-mode random number pool low-water threshold" range 12 255 depends on \ :option:`ENTROPY_NRF5_RNG ` && \ :option:`ENTROPY_GENERATOR ` help Low water-mark threshold in bytes to trigger entropy generation for ISR consumers. As soon as the number of available bytes in the buffer goes below this number hardware entropy generation will be started. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*