Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

RTC_CNTL_REG not recognized #13

Open
arjanmels opened this issue Mar 25, 2020 · 0 comments
Open

RTC_CNTL_REG not recognized #13

arjanmels opened this issue Mar 25, 2020 · 0 comments

Comments

@arjanmels
Copy link

The RTC_CNTL_REG (https://github.com/espressif/esp-idf/blob/6330b3345e87eb4401e7be7c8b6fea2870c35d9f/components/soc/soc/esp32/include/soc/rtc_cntl_reg.h#L1074) is not properly recognized. All its fields are attached to the previous register: RTC_CNTL_BIAS_CONF_REG.

This is probably because the register has "no name": the name consistst of the peripheral prefix "RTC_CNTL_" and the register prefix "REG".

For the moment I will work around by doing a patch to add the RTC_CNTL_REG, but I cannot remove the fields from RTC_CNTL_BIAS_CONF_REG in this way.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant