removed useless field power_on_write

This commit is contained in:
Stephane D'Alu 2016-07-10 12:08:54 +02:00
parent c35a4f9d62
commit 8feec2e235
1 changed files with 0 additions and 7 deletions

View File

@ -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;