Home
last modified time | relevance | path

Searched refs:SOC_GPIO_VALID_OUTPUT_GPIO_MASK (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h121 #define SOC_GPIO_VALID_OUTPUT_GPIO_MASK SOC_GPIO_VALID_GPIO_MASK macro
/hal_espressif-latest/components/driver/gpio/include/driver/
Dgpio.h28 … (((1ULL << (gpio_num)) & SOC_GPIO_VALID_OUTPUT_GPIO_MASK) != 0))
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h170 #define SOC_GPIO_VALID_OUTPUT_GPIO_MASK (SOC_GPIO_VALID_GPIO_MASK & ~(0ULL | BIT34 | BIT35 | BIT36 … macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h160 #define SOC_GPIO_VALID_OUTPUT_GPIO_MASK (SOC_GPIO_VALID_GPIO_MASK & ~(0ULL | BIT46)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h162 #define SOC_GPIO_VALID_OUTPUT_GPIO_MASK SOC_GPIO_VALID_GPIO_MASK macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h186 #define SOC_GPIO_VALID_OUTPUT_GPIO_MASK SOC_GPIO_VALID_GPIO_MASK macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h165 #define SOC_GPIO_VALID_OUTPUT_GPIO_MASK (SOC_GPIO_VALID_GPIO_MASK) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h210 #define SOC_GPIO_VALID_OUTPUT_GPIO_MASK SOC_GPIO_VALID_GPIO_MASK macro
/hal_espressif-latest/components/driver/gpio/
Dgpio.c358 pGPIOConfig->pin_bit_mask & ~SOC_GPIO_VALID_OUTPUT_GPIO_MASK) { in gpio_config()