commit | b1a5588c7914d95ea197569c1335937adfc08369 | [log] [tgz] |
---|---|---|
author | Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no> | Thu May 22 13:16:45 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Jun 04 17:00:40 2025 +0200 |
tree | fc820ae877ccf6e276e888fa55107fafc83b880e | |
parent | 51f1607395a78cd327f8e91b337cee2a5421dce9 [diff] |
drivers: clock_control: nrf_clock_control: introduce resolve API Introduce API which allows users to determine what the actual minimum spec will be resulting from a requested minimum spec. This is useful for optimizing code as the requested minimum may be way worse than what will actually be applied. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>