mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
12 lines
262 B
C
12 lines
262 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_ANAPERI_INTR_SOURCE,
|
||
|
};
|