Skip to content

Disabling ADC Voltage Regulator before Low-power mode #231

@sreyhani

Description

@sreyhani

the only way to disable voltage regulater before going to sleep is to manually edit register yourself, which also needs access to internal rb by calling release on ADC, which deconsturcts the adc

adc.release().cr.modify(|_, w| w.advregen().clear_bit());

would be nice to have a direct API on this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions