mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
stm32h743: add DBGMCU registers
Change-Id: I47aecaad9a6c0fc0f8c4d2807585909b4bb5d7d6
This commit is contained in:
parent
8514c1c9a8
commit
4b9b2c510e
1 changed files with 13 additions and 0 deletions
|
|
@ -706,3 +706,16 @@ SPI3 @ 0x40003c00 : SPI
|
|||
SPI4 @ 0x40013400 : SPI
|
||||
SPI5 @ 0x40015000 : SPI
|
||||
SPI6 @ 0x58001400 : SPI
|
||||
|
||||
// Microcontroller debug unit
|
||||
DBGMCU @ 0x5C001000 : block {
|
||||
CR @ 0x04 : reg {
|
||||
28 TRGOEN
|
||||
22 D3DBGCKEN
|
||||
21 D1DBGCKEN
|
||||
20 TRACECLKEN
|
||||
02 DBGSTBY_D1
|
||||
01 DBGSTOP_D1
|
||||
00 DBGSLEEP_D1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue