1 /* 2 * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include "soc/ana_cmpr_periph.h" 8 9 const ana_cmpr_conn_t ana_cmpr_io_map[SOC_ANA_CMPR_NUM] = { 10 [0] = { 11 .src_gpio = ANA_CMPR0_SRC_GPIO, 12 .ext_ref_gpio = ANA_CMPR0_EXT_REF_GPIO, 13 }, 14 }; 15