Page 1 of 1

Bit 27 of RTCIO_TOUCH_PADn_REG

Posted: Thu Jun 10, 2021 1:57 pm
by apuder
Hi,

I have been tracing a call to rtc_gpio_pullup_dis(GPIO_NUM_2). This leads to a call to rtcio_ll_pullup_disable where bit 27 is cleared of RTCIO_TOUCH_PAD2_REG. I checked the TRM for this register (Register 4.54) but for bit 27 it says "reserved". What am I missing here?

TIA,
AP

Re: Bit 27 of RTCIO_TOUCH_PADn_REG

Posted: Fri Jun 11, 2021 2:15 am
by WiFive

Re: Bit 27 of RTCIO_TOUCH_PADn_REG

Posted: Fri Jun 11, 2021 7:02 am
by apuder
So, this is an example of "the code is the documentation." I guess this is a question for the Espressif folks: how much up to date is the TRM and when will the documentation catch up with the current hardware/software?

AP