20 lines
312 B
C
Raw Normal View History

2024-03-05 16:16:46 +08:00
/**
* SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "soc/lp_gpio_struct.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef lp_gpio_dev_t rtc_io_dev_t;
#define RTCIO LP_GPIO
#ifdef __cplusplus
}
#endif