From 8feec2e235fc6f28cdcdf96bacdd842f6deeb1a5 Mon Sep 17 00:00:00 2001 From: Stephane D'Alu Date: Sun, 10 Jul 2016 12:08:54 +0200 Subject: removed useless field power_on_write --- os/hal/ports/NRF5/LLD/hal_rng_lld.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'os/hal/ports/NRF5/LLD') 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; -- cgit v1.2.3