Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/periph_rtc/example/src/
A Drtc.c134 Chip_RTC_SetAlarm(LPC_RTC, 1000); in main()
169 Chip_RTC_SetAlarm(LPC_RTC, Chip_RTC_GetCount(LPC_RTC) + 4); in main()
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu/example/src/
A Dpmu.c217 Chip_RTC_SetAlarm(LPC_RTC, 1000); in main()
248 Chip_RTC_SetAlarm(LPC_RTC, Chip_RTC_GetCount(LPC_RTC) + POWER_CYCLE_SEC_DELAY); in main()
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/src/
A Dpmu_rom.c221 Chip_RTC_SetAlarm(LPC_RTC, 1000); in main()
252 Chip_RTC_SetAlarm(LPC_RTC, Chip_RTC_GetCount(LPC_RTC) + POWER_CYCLE_SEC_DELAY); in main()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Drtc_15xx.h238 STATIC INLINE void Chip_RTC_SetAlarm(LPC_RTC_T *pRTC, uint32_t count) in Chip_RTC_SetAlarm() function

Completed in 4 milliseconds