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

@@ -37,6 +37,8 @@ extern "C" {
#define GPIO_LL_PRO_CPU_INTR_ENA (BIT(0))
#define GPIO_LL_INTR_SOURCE0 ETS_GPIO_INTR_SOURCE
/**
* @brief Get the configuration for an IO
*