Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu/example/src/
A Dpmu.c78 tempTimeout = Chip_RTC_GetCount(LPC_RTC) + 1; in DelayForSerialOutput()
79 while (Chip_RTC_GetCount(LPC_RTC) < tempTimeout) {} in DelayForSerialOutput()
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.c78 tempTimeout = Chip_RTC_GetCount(LPC_RTC) + 1; in DelayForSerialOutput()
79 while (Chip_RTC_GetCount(LPC_RTC) < tempTimeout) {} in DelayForSerialOutput()
252 Chip_RTC_SetAlarm(LPC_RTC, Chip_RTC_GetCount(LPC_RTC) + POWER_CYCLE_SEC_DELAY); in main()
/lk-master/external/platform/lpc15xx/lpcopen/periph_rtc/example/src/
A Drtc.c169 Chip_RTC_SetAlarm(LPC_RTC, Chip_RTC_GetCount(LPC_RTC) + 4); in main()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Drtc_15xx.h272 STATIC INLINE uint32_t Chip_RTC_GetCount(LPC_RTC_T *pRTC) in Chip_RTC_GetCount() function

Completed in 5 milliseconds