feat(esp32h21): move gpio intr source to gpio_ll.h

This commit is contained in:
gaoxu
2025-02-21 10:51:47 +08:00
parent 51ad6cfab0
commit 7e54886a4e
12 changed files with 23 additions and 7 deletions

View File

@@ -42,6 +42,8 @@ extern const uint8_t GPIO_PIN_MUX_REG_OFFSET[SOC_GPIO_PIN_COUNT];
#define GPIO_LL_PRO_CPU_NMI_INTR_ENA (BIT(3))
#define GPIO_LL_SDIO_EXT_INTR_ENA (BIT(4))
#define GPIO_LL_INTR_SOURCE0 ETS_GPIO_INTR_SOURCE
/**
* @brief Get the configuration for an IO
*