analogdevicesinc / msdk

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

Some timer #define statements are missing for MAX32650 #910

Closed alperenguclu closed 5 months ago

alperenguclu commented 5 months ago

Some timer #define statements are missing for MAX32650, we have some code for MAX32690 we ported to MAX32650, and we observed that it is missing at the header file max32650.h. It is also missing for some other micros and will be nice to add all.

define SEC(s) (((uint32_t)s) * 1000000UL)

define MSEC(ms) (ms * 1000UL)

define USEC(us) (us)