esp32_gpioMux_t Struct Reference
#include <gpio.h>
Collaboration diagram for esp32_gpioMux_t:
Public Attributes | |
| uint8_t | reg |
| int8_t | rtc |
| int8_t | adc |
| int8_t | touch |
Member Data Documentation
◆ adc
| int8_t esp32_gpioMux_t::adc |
ADC Channel number (-1 if not ADC pin)
◆ reg
| uint8_t esp32_gpioMux_t::reg |
GPIO register offset from DR_REG_IO_MUX_BASE
◆ rtc
| int8_t esp32_gpioMux_t::rtc |
RTC GPIO number (-1 if not RTC GPIO pin)
◆ touch
| int8_t esp32_gpioMux_t::touch |
Touch Channel number (-1 if not Touch pin)
The documentation for this struct was generated from the following file:
1.8.13