Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_rtc/
Dfsl_rtc.h297 static inline void RTC_SetWakeupCount(RTC_Type *base, uint16_t wakeupValue) in RTC_SetWakeupCount() argument
303 base->WAKE = RTC_WAKE_VAL((uint32_t)wakeupValue); in RTC_SetWakeupCount()
/hal_nxp-latest/mcux/mcux-sdk/drivers/irtc/
Dfsl_irtc.h825 static inline void IRTC_SetWakeupCount(RTC_Type *base, bool enable1kHzClk, uint32_t wakeupValue) in IRTC_SetWakeupCount() argument
843 base->WAKE_TIMER_CNT = wakeupValue; in IRTC_SetWakeupCount()