|
WRITE_RTC_REG(RTC_IO_TOUCH_PAD0_REG, RTC_IO_TOUCH_PAD0_FUN_IE_M, 1, 1) |
Can I ask for a clarification on this line of the gpio example? What's got me confused here is that it references bit 13 of this register:

Bit 13 is reserved. I don't know if the intent here really was to write an input enable, like this:

What am I missing?