removed useless field power_on_write
This commit is contained in:
parent
c35a4f9d62
commit
8feec2e235
|
@ -96,13 +96,6 @@ typedef struct {
|
||||||
* is made on the necessary time to generate one byte.
|
* is made on the necessary time to generate one byte.
|
||||||
*/
|
*/
|
||||||
uint8_t digital_error_correction:1;
|
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;
|
} RNGConfig;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue