Pull-up control B GPCCON EQU 0x56000020 ;Port C control GPCDAT EQU 0x56000024 ;Port C data GPCUP EQU 0x56000028 ;Pull-up control C GPDCON EQU 0x56000030 ;Port D control GPDDAT EQU 0x56000034 ;Port D data GPDUP EQU 0x56000038 ;Pull-up control D GPECON EQU 0x56000040 ;Port E...
2002SOPINTPNDEQU0x4a000010;Interrupt request statusINTOFFSETEQU0x4a000014;Interruot request source offsetSUSSRCPNDEQU0x4a000018;Sub source pendingINTSUBMSKEQU0x4a00001c;Interrupt sub mask;===;DMA;===DISRC0EQU0x4b000000;DMA0Initial sourceDISRCC0EQU0x4b000004;DMA0Initial source...
const int s_test_map[TEST_GPIO_PIN_COUNT] = { // GPIO_NUM_0, //GPIO0 // Workaround: GPIO0 is strap pin, can not be used pullup/pulldown test. GPIO_NUM_1, //GPIO1 GPIO_NUM_2, //GPIO2 GPIO_NUM_3, //GPIO3 GPIO_NUM_4, //GPIO4 GPIO_NUM_5, //GPIO5 GPIO_NUM_6, /...
esp_err_trtc_gpio_pullup_en(gpio_num_tgpio_num); /** * @brief RTC GPIO pulldown enable * * This function only works for RTC IOs. In general, call gpio_pulldown_en, * which will work both for normal GPIOs and RTC IOs.
S = power supply FT Five-volt tolerant Level TT 3.6 V tolerant Output HS = high sink/source (20 mA) Port and control Input configuration Output float = floating, wpu = weak pull-up T = true open drain, OD = open drain, PP = push pull Reset state Bold X (pin state after reset ...
S = power supply FT Five-volt tolerant Level TT 3.6 V tolerant Output HS = high sink/source (20 mA) Port and control Input configuration Output float = floating, wpu = weak pull-up T = true open drain, OD = open drain, PP = push pull Reset state Bold X (pin state after reset ...
S = power supply FT Five-volt tolerant Level TT 3.6 V tolerant Output HS = high sink/source (20 mA) Port and control Input configuration Output float = floating, wpu = weak pull-up T = true open drain, OD = open drain, PP = push pull Reset state Bold X (pin state after reset ...
GPIO34-39 can only be set as input mode and do not have software pullup or pulldown functions. There is also separate “RTC GPIO” support, which functions when GPIOs are routed to the “RTC” low-power and analog subsystem. These pin functions can be used when in de...
GPIO output and input interrupt example:peripherals/gpio. API Reference - Normal GPIO¶ Functions¶ esp_err_tgpio_config(constgpio_config_t*pGPIOConfig)¶ GPIO common configuration. Configure GPIO’s Mode,pull-up,PullDown,IntrType Return ...
esp_err_t rtc_gpio_pulldown_en(gpio_num_t gpio_num); /** * @brief RTC GPIO pullup disable * * This function only works for RTC IOs. In general, call gpio_pullup_dis, * which will work both for normal GPIOs and RTC IOs. * * @param gpio_num GPIO number (e.g. GPIO_NU...