analogdevicesinc / msdk

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

chore(Other): Add a function in wrap_uart #1034

Closed ozersa closed 3 weeks ago

ozersa commented 3 weeks ago

Interrupt status need to be checked on zephyr side, to provide common interface we need a wrapper function due to MAX32662 int_en register named as inten.

Wrap_MXC_UART_GetRegINTEN function added.

Checklist Before Requesting Review