We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b42643 commit 5e7e747Copy full SHA for 5e7e747
esp32s2/src/lib.rs
@@ -2610,7 +2610,7 @@ pub struct CRYPTO_DMA {
2610
unsafe impl Send for CRYPTO_DMA {}
2611
impl CRYPTO_DMA {
2612
#[doc = r"Pointer to the register block"]
2613
- pub const PTR: *const crypto_dma::RegisterBlock = 0x3f43_f000 as *const _;
+ pub const PTR: *const crypto_dma::RegisterBlock = 0x6003_f000 as *const _;
2614
#[doc = r"Return the pointer to the register block"]
2615
#[inline(always)]
2616
pub const fn ptr() -> *const crypto_dma::RegisterBlock {
esp32s2/svd/patches/crypto_dma.yaml
@@ -1,7 +1,7 @@
1
_add:
2
CRYPTO_DMA:
3
description: Crypto DMA Controller
4
- baseAddress: 0x3F43F000
+ baseAddress: 0x6003f000
5
addressBlock:
6
- offset: 0x0
7
size: 0x60
0 commit comments