mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
feat(esp32h4): add soc register header files (stage2_1)
generated soc headers from csv folder(part1)
This commit is contained in:
21
components/soc/esp32h4/include/soc/spi_mem_struct.h
Normal file
21
components/soc/esp32h4/include/soc/spi_mem_struct.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "soc/spi_mem_c_struct.h"
|
||||
#include "soc/spi1_mem_struct.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct spi1_mem_dev_s spi_mem_dev_t;
|
||||
extern spi_mem_dev_t SPIMEM1;
|
||||
extern spi_mem_c_dev_t SPIMEM0;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user