| /hal_espressif-latest/components/esp_hw_support/ |
| D | esp_gpio_reserve.c | 17 #if SOC_GPIO_PIN_COUNT < 64 in esp_gpio_reserve_pins() 18 mask &= BIT64(SOC_GPIO_PIN_COUNT) - 1; in esp_gpio_reserve_pins() 25 if (gpio_num >= SOC_GPIO_PIN_COUNT) { in esp_gpio_is_pin_reserved()
|
| D | sleep_gpio.c | 159 for (int gpio_num = 0; gpio_num < SOC_GPIO_PIN_COUNT && rtc_io_mask != 0; ++gpio_num) { in esp_deep_sleep_wakeup_io_reset()
|
| /hal_espressif-latest/components/soc/include/soc/ |
| D | gpio_periph.h | 28 extern const uint32_t GPIO_PIN_MUX_REG[SOC_GPIO_PIN_COUNT]; 30 extern const uint32_t GPIO_HOLD_MASK[SOC_GPIO_PIN_COUNT];
|
| D | rtc_io_periph.h | 73 extern const int rtc_io_num_map[SOC_GPIO_PIN_COUNT];
|
| /hal_espressif-latest/components/soc/esp32c2/ |
| D | gpio_periph.c | 33 _Static_assert(sizeof(GPIO_PIN_MUX_REG) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of … 59 _Static_assert(sizeof(GPIO_HOLD_MASK) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of GP…
|
| /hal_espressif-latest/components/soc/esp32c3/ |
| D | gpio_periph.c | 34 _Static_assert(sizeof(GPIO_PIN_MUX_REG) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of … 61 _Static_assert(sizeof(GPIO_HOLD_MASK) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of GP…
|
| /hal_espressif-latest/components/soc/esp32/ |
| D | gpio_periph.c | 96 _Static_assert(sizeof(GPIO_PIN_MUX_REG) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of … 141 _Static_assert(sizeof(GPIO_HOLD_MASK) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of GP…
|
| D | rtc_io_periph.c | 9 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
|
| /hal_espressif-latest/components/soc/esp32h2/ |
| D | gpio_periph.c | 40 _Static_assert(sizeof(GPIO_PIN_MUX_REG) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of … 73 _Static_assert(sizeof(GPIO_HOLD_MASK) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of GP…
|
| D | rtc_io_periph.c | 8 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
|
| /hal_espressif-latest/components/soc/esp32c6/ |
| D | gpio_periph.c | 43 _Static_assert(sizeof(GPIO_PIN_MUX_REG) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of … 79 _Static_assert(sizeof(GPIO_HOLD_MASK) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of GP…
|
| D | rtc_io_periph.c | 9 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
|
| /hal_espressif-latest/components/soc/esp32s2/ |
| D | gpio_periph.c | 59 _Static_assert(sizeof(GPIO_PIN_MUX_REG) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of … 111 _Static_assert(sizeof(GPIO_HOLD_MASK) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of GP…
|
| D | rtc_io_periph.c | 9 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
|
| /hal_espressif-latest/components/soc/esp32s3/ |
| D | gpio_periph.c | 61 _Static_assert(sizeof(GPIO_PIN_MUX_REG) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of … 115 _Static_assert(sizeof(GPIO_HOLD_MASK) == SOC_GPIO_PIN_COUNT * sizeof(uint32_t), "Invalid size of GP…
|
| D | rtc_io_periph.c | 9 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
|
| /hal_espressif-latest/components/hal/esp32/ |
| D | gpio_hal_workaround.c | 16 volatile uint16_t fun_pu[((SOC_GPIO_PIN_COUNT-1) >> 4) + 1]; 17 volatile uint16_t fun_pd[((SOC_GPIO_PIN_COUNT-1) >> 4) + 1];
|
| /hal_espressif-latest/components/soc/esp32c2/include/soc/ |
| D | soc_caps.h | 109 #define SOC_GPIO_PIN_COUNT 21 macro 120 #define SOC_GPIO_VALID_GPIO_MASK ((1U<<SOC_GPIO_PIN_COUNT) - 1)
|
| /hal_espressif-latest/components/soc/esp32c3/include/soc/ |
| D | soc_caps.h | 150 #define SOC_GPIO_PIN_COUNT 22 macro 161 #define SOC_GPIO_VALID_GPIO_MASK ((1U<<SOC_GPIO_PIN_COUNT) - 1)
|
| /hal_espressif-latest/components/soc/esp32c6/include/soc/ |
| D | soc_caps.h | 172 #define SOC_GPIO_PIN_COUNT 31 macro 185 #define SOC_GPIO_VALID_GPIO_MASK ((1U<<SOC_GPIO_PIN_COUNT) - 1)
|
| /hal_espressif-latest/components/soc/esp32h2/include/soc/ |
| D | soc_caps.h | 194 #define SOC_GPIO_PIN_COUNT 28 macro 209 #define SOC_GPIO_VALID_GPIO_MASK ((1U << SOC_GPIO_PIN_COUNT) - 1)
|
| /hal_espressif-latest/components/esp_coex/include/private/ |
| D | esp_coexist_debug.h | 16 #define COEX_GPIO_DEBUG_IO_INVALID SOC_GPIO_PIN_COUNT
|
| /hal_espressif-latest/components/driver/gpio/include/driver/ |
| D | gpio.h | 22 #define GPIO_PIN_COUNT (SOC_GPIO_PIN_COUNT)
|
| /hal_espressif-latest/components/soc/esp32/include/soc/ |
| D | soc_caps.h | 161 #define SOC_GPIO_PIN_COUNT 40 macro
|
| /hal_espressif-latest/components/soc/esp32s2/include/soc/ |
| D | soc_caps.h | 147 #define SOC_GPIO_PIN_COUNT 47 macro
|