mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
12 lines
264 B
C
12 lines
264 B
C
/*
|
|
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include "soc/power_supply_periph.h"
|
|
|
|
const power_supply_signal_conn_t power_supply_periph_signal = {
|
|
.irq = ETS_LP_RTC_TIMER_INTR_SOURCE,
|
|
};
|