Skip to content
Commit 5e38168f authored by Sadik Ozer's avatar Sadik Ozer Committed by Anas Nashif
Browse files

drivers: counter: Add MAX32xxx counter RTC driver



Common RTC counter driver for MAX32xxx MCUs.
Time of day alarm is used to generate interrupt.
The resolution of time of day interrupt is 1Hz.
Subsecond alarm interrupt not works it does not meet
zephyr counter driver requirement, so that not used.

To use as wakeup source wakeup-source parameter shall be
defined as below

&rtc_counter {
    status = "okay";
    wakeup-source;
};

Co-authored-by: default avatarOkan Sahin <okan.sahin@analog.com>
Signed-off-by: default avatarSadik Ozer <sadik.ozer@analog.com>
parent b4d1076a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment