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

RTC_CNTL_REG not recognized #13

@arjanmels

Description

@arjanmels

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions