Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dgpio_caps.h33 #define SOC_GPIO_VALID_OUTPUT_GPIO_MASK (SOC_GPIO_VALID_GPIO_MASK) macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc_caps.h113 #define SOC_GPIO_VALID_OUTPUT_GPIO_MASK SOC_GPIO_VALID_GPIO_MASK macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc_caps.h101 #define SOC_GPIO_VALID_OUTPUT_GPIO_MASK SOC_GPIO_VALID_GPIO_MASK macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h112 #define SOC_GPIO_VALID_OUTPUT_GPIO_MASK (SOC_GPIO_VALID_GPIO_MASK & ~(0ULL | BIT46)) macro
/hal_espressif-3.6.0/components/driver/include/driver/
Dgpio.h52 …GPIO_IS_VALID_OUTPUT_GPIO(gpio_num) (((1ULL << (gpio_num)) & SOC_GPIO_VALID_OUTPUT_GPIO_MASK) != 0)
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h130 #define SOC_GPIO_VALID_OUTPUT_GPIO_MASK (SOC_GPIO_VALID_GPIO_MASK & ~(0ULL | BIT34 | BIT35 | BIT36 … macro
/hal_espressif-3.6.0/components/driver/
Dgpio.c322 pGPIOConfig->pin_bit_mask & ~SOC_GPIO_VALID_OUTPUT_GPIO_MASK) { in gpio_config()