Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/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.h80 extern const int rtc_io_num_map[SOC_GPIO_PIN_COUNT];
112 extern const rtc_gpio_desc_t rtc_gpio_desc[SOC_GPIO_PIN_COUNT];
/hal_espressif-3.6.0/components/soc/esp32h2/
Dgpio_periph.c18 const uint32_t GPIO_PIN_MUX_REG[SOC_GPIO_PIN_COUNT] = {
43 const uint32_t GPIO_HOLD_MASK[SOC_GPIO_PIN_COUNT] = {
/hal_espressif-3.6.0/components/soc/esp32c3/
Dgpio_periph.c17 const uint32_t GPIO_PIN_MUX_REG[SOC_GPIO_PIN_COUNT] = {
42 const uint32_t GPIO_HOLD_MASK[SOC_GPIO_PIN_COUNT] = {
/hal_espressif-3.6.0/components/soc/esp32/
Dgpio_periph.c17 const uint32_t GPIO_PIN_MUX_REG[SOC_GPIO_PIN_COUNT] = {
60 const uint32_t GPIO_HOLD_MASK[SOC_GPIO_PIN_COUNT] = {
Drtc_io_periph.c17 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
85 const rtc_gpio_desc_t rtc_gpio_desc[SOC_GPIO_PIN_COUNT] = {
/hal_espressif-3.6.0/components/soc/esp32s2/
Dgpio_periph.c17 const uint32_t GPIO_PIN_MUX_REG[SOC_GPIO_PIN_COUNT] = {
67 const uint32_t GPIO_HOLD_MASK[SOC_GPIO_PIN_COUNT] = {
Drtc_io_periph.c17 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
/hal_espressif-3.6.0/components/soc/esp32s3/
Dgpio_periph.c17 const uint32_t GPIO_PIN_MUX_REG[SOC_GPIO_PIN_COUNT] = {
69 const uint32_t GPIO_HOLD_MASK[SOC_GPIO_PIN_COUNT] = {
Drtc_io_periph.c17 const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = {
/hal_espressif-3.6.0/components/hal/esp32/
Dgpio_hal_workaround.c24 volatile uint16_t fun_pu[((SOC_GPIO_PIN_COUNT-1) >> 4) + 1];
25 volatile uint16_t fun_pd[((SOC_GPIO_PIN_COUNT-1) >> 4) + 1];
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc_caps.h102 #define SOC_GPIO_PIN_COUNT (22) macro
112 #define SOC_GPIO_VALID_GPIO_MASK ((1U<<SOC_GPIO_PIN_COUNT) - 1)
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc_caps.h90 #define SOC_GPIO_PIN_COUNT (22) macro
100 #define SOC_GPIO_VALID_GPIO_MASK ((1U<<SOC_GPIO_PIN_COUNT) - 1)
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dgpio_caps.h23 #define SOC_GPIO_PIN_COUNT (49) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h101 #define SOC_GPIO_PIN_COUNT (47) macro
/hal_espressif-3.6.0/components/driver/include/driver/
Dgpio.h48 #define GPIO_PIN_COUNT (SOC_GPIO_PIN_COUNT)
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h121 #define SOC_GPIO_PIN_COUNT 40 macro
/hal_espressif-3.6.0/components/spi_flash/
Desp_flash_spi_init.c166 #if SOC_GPIO_PIN_COUNT <= 32 in cs_initialize()
/hal_espressif-3.6.0/components/hal/include/hal/
Dgpio_types.h71 #if SOC_GPIO_PIN_COUNT > 40