Home
last modified time | relevance | path

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

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