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
@@ -44,6 +44,8 @@ extern "C" {
#define GPIO_LL_INTR2_ENA (BIT(3))
#define GPIO_LL_INTR3_ENA (BIT(4))
#define GPIO_LL_INTR_SOURCE0 ETS_GPIO_INTR0_SOURCE
/**
* @brief Get the configuration for an IO
*