mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
16 lines
367 B
C
16 lines
367 B
C
/*
|
|
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define GPIO_CAPS_GET(_attr) _GPIO_ ## _attr
|
|
|
|
#define _GPIO_ETM_EVENT_CHANNELS_PER_GROUP 8
|
|
#define _GPIO_ETM_TASK_CHANNELS_PER_GROUP 8
|
|
|
|
// The GPIO interrupt is shared with the Analog Comparator unit
|
|
#define _GPIO_INTR_SHARED 1
|