Skip to content

Commit

Permalink
Fix address
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 22, 2024
1 parent 9b42643 commit 5e7e747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esp32s2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,7 @@ pub struct CRYPTO_DMA {
unsafe impl Send for CRYPTO_DMA {}
impl CRYPTO_DMA {
#[doc = r"Pointer to the register block"]
pub const PTR: *const crypto_dma::RegisterBlock = 0x3f43_f000 as *const _;
pub const PTR: *const crypto_dma::RegisterBlock = 0x6003_f000 as *const _;
#[doc = r"Return the pointer to the register block"]
#[inline(always)]
pub const fn ptr() -> *const crypto_dma::RegisterBlock {
Expand Down
2 changes: 1 addition & 1 deletion esp32s2/svd/patches/crypto_dma.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_add:
CRYPTO_DMA:
description: Crypto DMA Controller
baseAddress: 0x3F43F000
baseAddress: 0x6003f000
addressBlock:
- offset: 0x0
size: 0x60
Expand Down

0 comments on commit 5e7e747

Please sign in to comment.