analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 76 forks source link

feat(PeriphDrivers): Add System Clock Div APIs for MAX32670 and MAX32660 #857

Closed ozersa closed 7 months ago

ozersa commented 7 months ago

Description

MAX32670 and MAX32660 has prescaler register that can be used to div system clock to specific value, this commit add related function to provide this feature

image

Checklist Before Requesting Review

https://www.analog.com/media/en/technical-documentation/user-guides/max32660-user-guide.pdf https://www.analog.com/media/en/technical-documentation/user-guides/max32670max32671-user-guide.pdf

ozersa commented 7 months ago

The functions added for MAX32675 too.