aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF5/LLD
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-07-10 12:08:54 +0200
committerStephane D'Alu <sdalu@sdalu.com>2016-07-10 12:08:54 +0200
commit8feec2e235fc6f28cdcdf96bacdd842f6deeb1a5 (patch)
treedb2060a30e3080e9439c026fb0b32947f1ba9b86 /os/hal/ports/NRF5/LLD
parentc35a4f9d62842cf8e7a420030d2b67fc2c19102d (diff)
downloadChibiOS-Contrib-8feec2e235fc6f28cdcdf96bacdd842f6deeb1a5.tar.gz
ChibiOS-Contrib-8feec2e235fc6f28cdcdf96bacdd842f6deeb1a5.tar.bz2
ChibiOS-Contrib-8feec2e235fc6f28cdcdf96bacdd842f6deeb1a5.zip
removed useless field power_on_write
Diffstat (limited to 'os/hal/ports/NRF5/LLD')
-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;