Home
last modified time | relevance | path

Searched refs:MAX32_RTC_COUNTER_INT_EN (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/counter/
Dcounter_max32_rtc.c24 #define MAX32_RTC_COUNTER_INT_EN MXC_RTC_INT_EN_LONG macro
50 while (MXC_RTC_EnableInt(MAX32_RTC_COUNTER_INT_EN) == E_BUSY) { in api_start()
61 while (MXC_RTC_DisableInt(MAX32_RTC_COUNTER_INT_EN) == E_BUSY) { in api_stop()
183 while (MXC_RTC_DisableInt(MAX32_RTC_COUNTER_INT_EN) == E_BUSY) { in api_cancel_alarm()