Home
last modified time | relevance | path

Searched refs:SOC_GPIO_PIN_COUNT (Results 1 – 25 of 34) sorted by relevance

12

/hal_espressif-latest/components/esp_hw_support/
Desp_gpio_reserve.c17 #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()
Dsleep_gpio.c159 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/
Dgpio_periph.h28 extern const uint32_t GPIO_PIN_MUX_REG[SOC_GPIO_PIN_COUNT];
30 extern const uint32_t GPIO_HOLD_MASK[SOC_GPIO_PIN_COUNT];
Drtc_io_periph.h73 extern const int rtc_io_num_map[SOC_GPIO_PIN_COUNT];
/hal_espressif-latest/components/soc/esp32c2/
Dgpio_periph.c33 _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/
Dgpio_periph.c34 _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/
Dgpio_periph.c96 _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…
Drtc_io_periph.c9 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
/hal_espressif-latest/components/soc/esp32h2/
Dgpio_periph.c40 _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…
Drtc_io_periph.c8 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
/hal_espressif-latest/components/soc/esp32c6/
Dgpio_periph.c43 _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…
Drtc_io_periph.c9 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
/hal_espressif-latest/components/soc/esp32s2/
Dgpio_periph.c59 _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…
Drtc_io_periph.c9 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
/hal_espressif-latest/components/soc/esp32s3/
Dgpio_periph.c61 _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…
Drtc_io_periph.c9 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
/hal_espressif-latest/components/hal/esp32/
Dgpio_hal_workaround.c16 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/
Dsoc_caps.h109 #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/
Dsoc_caps.h150 #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/
Dsoc_caps.h172 #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/
Dsoc_caps.h194 #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/
Desp_coexist_debug.h16 #define COEX_GPIO_DEBUG_IO_INVALID SOC_GPIO_PIN_COUNT
/hal_espressif-latest/components/driver/gpio/include/driver/
Dgpio.h22 #define GPIO_PIN_COUNT (SOC_GPIO_PIN_COUNT)
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h161 #define SOC_GPIO_PIN_COUNT 40 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h147 #define SOC_GPIO_PIN_COUNT 47 macro

12