Update STM32 RNGEN register bit name to more closely match documentation.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
/* --- RNG_CR values ------------------------------------------------------- */
|
||||
|
||||
/* RNG ENABLE */
|
||||
#define RNG_CR_EN (1 << 2)
|
||||
#define RNG_CR_RNGEN (1 << 2)
|
||||
|
||||
/* RNG interupt enable */
|
||||
#define RNG_CR_IE (1 << 3)
|
||||
|
||||
Reference in New Issue
Block a user