Home
last modified time | relevance | path

Searched refs:in_sig_per_channel (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32s3/
Ddedic_gpio_periph.c23 .in_sig_per_channel = {
45 .in_sig_per_channel = {
/hal_espressif-3.6.0/components/soc/include/soc/
Ddedic_gpio_periph.h31 const int in_sig_per_channel[SOC_DEDIC_GPIO_IN_CHANNELS_NUM]; member
/hal_espressif-3.6.0/components/soc/esp32h2/
Ddedic_gpio_periph.c15 .in_sig_per_channel = {
/hal_espressif-3.6.0/components/soc/esp32c3/
Ddedic_gpio_periph.c15 .in_sig_per_channel = {
/hal_espressif-3.6.0/components/soc/esp32s2/
Ddedic_gpio_periph.c23 .in_sig_per_channel = {
/hal_espressif-3.6.0/components/driver/
Ddedic_gpio.c262 …al(config->gpio_array[i], dedic_gpio_periph_signals.cores[core_id].in_sig_per_channel[in_offset + … in dedic_gpio_new_bundle()