Skip to content

Commit 5e7e747

Browse files
committed
Fix address
1 parent 9b42643 commit 5e7e747

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

esp32s2/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2610,7 +2610,7 @@ pub struct CRYPTO_DMA {
26102610
unsafe impl Send for CRYPTO_DMA {}
26112611
impl CRYPTO_DMA {
26122612
#[doc = r"Pointer to the register block"]
2613-
pub const PTR: *const crypto_dma::RegisterBlock = 0x3f43_f000 as *const _;
2613+
pub const PTR: *const crypto_dma::RegisterBlock = 0x6003_f000 as *const _;
26142614
#[doc = r"Return the pointer to the register block"]
26152615
#[inline(always)]
26162616
pub const fn ptr() -> *const crypto_dma::RegisterBlock {

esp32s2/svd/patches/crypto_dma.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
_add:
22
CRYPTO_DMA:
33
description: Crypto DMA Controller
4-
baseAddress: 0x3F43F000
4+
baseAddress: 0x6003f000
55
addressBlock:
66
- offset: 0x0
77
size: 0x60

0 commit comments

Comments
 (0)