2024-01-04 10:24:17 +08:00
|
|
|
/**
|
|
|
|
|
* SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD
|
2023-06-30 11:29:39 +08:00
|
|
|
*
|
2024-01-04 10:24:17 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2023-06-30 11:29:39 +08:00
|
|
|
*/
|
|
|
|
|
#pragma once
|
|
|
|
|
|
2024-01-04 10:24:17 +08:00
|
|
|
#include "soc/spi_mem_c_struct.h"
|
|
|
|
|
#include "soc/spi1_mem_c_struct.h"
|
|
|
|
|
|
2023-06-30 11:29:39 +08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
2024-01-04 10:24:17 +08:00
|
|
|
typedef struct spi1_mem_c_dev_s spi_mem_dev_t;
|
2023-06-30 11:29:39 +08:00
|
|
|
extern spi_mem_dev_t SPIMEM1;
|
2024-01-04 10:24:17 +08:00
|
|
|
extern spi_mem_c_dev_t SPIMEM0;
|
2023-06-30 11:29:39 +08:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|