Home
last modified time | relevance | path

Searched refs:GPIO_MATRIX_CONST_ONE_INPUT (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/soc/esp32s3/
Dusb_periph.c24 {GPIO_MATRIX_CONST_ONE_INPUT, USB_OTG_IDDIG_IN_IDX, 0, 0}, //connected connector is mini-B
26 {GPIO_MATRIX_CONST_ONE_INPUT, USB_SRP_BVALID_IN_IDX, 0, 0}, //HIGH to force USB device mode
27 … {GPIO_MATRIX_CONST_ONE_INPUT, USB_OTG_VBUSVALID_IN_IDX, 0, 0}, //receiving a valid Vbus from host
/hal_espressif-latest/components/soc/esp32s2/
Dusb_periph.c24 {GPIO_MATRIX_CONST_ONE_INPUT, USB_OTG_IDDIG_IN_IDX, 0, 0}, //connected connector is mini-B
26 {GPIO_MATRIX_CONST_ONE_INPUT, USB_SRP_BVALID_IN_IDX, 0, 0}, //HIGH to force USB device mode
27 … {GPIO_MATRIX_CONST_ONE_INPUT, USB_OTG_VBUSVALID_IN_IDX, 0, 0}, //receiving a valid Vbus from host
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dgpio_pins.h22 #define GPIO_MATRIX_CONST_ONE_INPUT (0x1E) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dgpio_pins.h14 #define GPIO_MATRIX_CONST_ONE_INPUT (0x38) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dgpio_pins.h22 #define GPIO_MATRIX_CONST_ONE_INPUT (0x38) macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dgpio_pins.h14 #define GPIO_MATRIX_CONST_ONE_INPUT (0x1E) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dgpio_pins.h22 #define GPIO_MATRIX_CONST_ONE_INPUT (0x38) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dgpio_pins.h21 #define GPIO_MATRIX_CONST_ONE_INPUT (0x38) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dgpio_pins.h14 #define GPIO_MATRIX_CONST_ONE_INPUT (0x38) macro
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave.c97 esp_rom_gpio_connect_in_signal(GPIO_MATRIX_CONST_ONE_INPUT, host->cs_in_signal, false); in freeze_cs()