Skip to content

Commit c1149f2

Browse files
committed
feat(esp32h4): add soc register header files (stage2_1)
generated soc headers from csv folder(part1)
1 parent 68b79fc commit c1149f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+135957
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
#pragma once
7+
8+
#include "soc/spi_mem_c_reg.h"
9+
#include "soc/spi1_mem_reg.h"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
#pragma once
7+
8+
#include "soc/spi_mem_c_struct.h"
9+
#include "soc/spi1_mem_struct.h"
10+
11+
#ifdef __cplusplus
12+
extern "C" {
13+
#endif
14+
15+
typedef struct spi1_mem_dev_s spi_mem_dev_t;
16+
extern spi_mem_dev_t SPIMEM1;
17+
extern spi_mem_c_dev_t SPIMEM0;
18+
19+
#ifdef __cplusplus
20+
}
21+
#endif

components/soc/esp32h4/register/soc/ahb_dma_reg.h

Lines changed: 6379 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)