mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
arch/arm/src/stm32: add G4 RNG base address
add missing STM32_RNG_BASE for G4 Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
6b8a21ab96
commit
e2665eb61a
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@
|
|||
#define STM32_DAC2_BASE 0x50000c00 /* 0x50000c00-0x50000fff: DAC2 */
|
||||
#define STM32_DAC3_BASE 0x50001000 /* 0x50001000-0x500013ff: DAC3 */
|
||||
#define STM32_DAC4_BASE 0x50001400 /* 0x50001400-0x500017ff: DAC4 */
|
||||
#define STM32_RNG_BASE 0x50060800 /* 0x50060800-0x50060bff: RNG */
|
||||
|
||||
/* Compatibility defines */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue