You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To save power, a GPIO bank that is not currently running any pins should have its RCC clock turned off. The most logical place to implement this is probably the claim-pin section of microcontroller/Pin.c.
This concept could potentially be expanded to encompass entire collections of peripherals on chips like the H7, which has multiple power domains.