aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF5/LLD/hal_rng_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/NRF5/LLD/hal_rng_lld.h')
-rw-r--r--os/hal/ports/NRF5/LLD/hal_rng_lld.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/os/hal/ports/NRF5/LLD/hal_rng_lld.h b/os/hal/ports/NRF5/LLD/hal_rng_lld.h
index 9a9f471..5c56be2 100644
--- a/os/hal/ports/NRF5/LLD/hal_rng_lld.h
+++ b/os/hal/ports/NRF5/LLD/hal_rng_lld.h
@@ -96,13 +96,6 @@ typedef struct {
* is made on the necessary time to generate one byte.
*/
uint8_t digital_error_correction:1;
- /**
- * @brief Only power the RNG device when requeting random bytes
- *
- * @details Device will not be powered when started/stopped
- * but only when writint bytes.
- */
- uint8_t power_on_write:1;
} RNGConfig;