Home
last modified time | relevance | path

Searched refs:SOC_DEDIC_GPIO_IN_CHANNELS_NUM (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/driver/gpio/
Ddedic_gpio.c51 …dedic_gpio_isr_callback_t cbs[SOC_DEDIC_GPIO_IN_CHANNELS_NUM]; // array of callback function for…
52 …void *cb_args[SOC_DEDIC_GPIO_IN_CHANNELS_NUM]; // array of callback arguments fo…
53 …dedic_gpio_bundle_t *in_bundles[SOC_DEDIC_GPIO_IN_CHANNELS_NUM]; // which bundle belongs to for in…
83 … s_platform[core_id]->in_occupied_mask = UINT32_MAX & ~((1 << SOC_DEDIC_GPIO_IN_CHANNELS_NUM) - 1); in dedic_gpio_build_platform()
242 …ESP_GOTO_ON_FALSE(config->array_size <= SOC_DEDIC_GPIO_IN_CHANNELS_NUM, ESP_ERR_INVALID_ARG, err, … in dedic_gpio_new_bundle()
243 …d) exceeds maximum supported in channels(%d)", config->array_size, SOC_DEDIC_GPIO_IN_CHANNELS_NUM); in dedic_gpio_new_bundle()
246 for (size_t i = 0; i <= SOC_DEDIC_GPIO_IN_CHANNELS_NUM - config->array_size; i++) { in dedic_gpio_new_bundle()
315 …platform[core_id]->in_occupied_mask == (UINT32_MAX & ~((1 << SOC_DEDIC_GPIO_IN_CHANNELS_NUM) - 1))… in dedic_gpio_del_bundle()
/hal_espressif-latest/components/soc/include/soc/
Ddedic_gpio_periph.h31 const int in_sig_per_channel[SOC_DEDIC_GPIO_IN_CHANNELS_NUM];
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h133 #define SOC_DEDIC_GPIO_IN_CHANNELS_NUM (8) /*!< 8 inward channels on each CPU core */ macro
DKconfig.soc_caps.in262 config SOC_DEDIC_GPIO_IN_CHANNELS_NUM config
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h170 #define SOC_DEDIC_GPIO_IN_CHANNELS_NUM (8) /*!< 8 inward channels on each CPU core */ macro
DKconfig.soc_caps.in354 config SOC_DEDIC_GPIO_IN_CHANNELS_NUM config
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h174 #define SOC_DEDIC_GPIO_IN_CHANNELS_NUM (8) /*!< 8 inward channels on each CPU core */ macro
DKconfig.soc_caps.in358 config SOC_DEDIC_GPIO_IN_CHANNELS_NUM config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h212 #define SOC_DEDIC_GPIO_IN_CHANNELS_NUM (8) /*!< 8 inward channels on each CPU core */ macro
DKconfig.soc_caps.in458 config SOC_DEDIC_GPIO_IN_CHANNELS_NUM config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h176 #define SOC_DEDIC_GPIO_IN_CHANNELS_NUM (8) /*!< 8 inward channels on each CPU core */ macro
DKconfig.soc_caps.in414 config SOC_DEDIC_GPIO_IN_CHANNELS_NUM config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h231 #define SOC_DEDIC_GPIO_IN_CHANNELS_NUM (8) /*!< 8 inward channels on each CPU core */ macro
DKconfig.soc_caps.in466 config SOC_DEDIC_GPIO_IN_CHANNELS_NUM config