RTC_GPIO_IN_NEXT definition
Posted: Sun Apr 11, 2021 6:55 pm
Hi All,
I'm wondering why the RTC_GPIO_IN_NEXT definition in rtc_io_reg.h is:
#define RTC_GPIO_IN_NEXT 0x0003FFFF
According to the specs, the GPIO17 - GPIO0 match bit31-bit14 in RTC_GPIO_IN_REG. All lower bits (13-0) are reserved.
Therefore shouldn't it be:
#define RTC_GPIO_IN_NEXT 0x00003FFF ?
Regards
Grzegorz
I'm wondering why the RTC_GPIO_IN_NEXT definition in rtc_io_reg.h is:
#define RTC_GPIO_IN_NEXT 0x0003FFFF
According to the specs, the GPIO17 - GPIO0 match bit31-bit14 in RTC_GPIO_IN_REG. All lower bits (13-0) are reserved.
Therefore shouldn't it be:
#define RTC_GPIO_IN_NEXT 0x00003FFF ?
Regards
Grzegorz