Searched refs:LPC_RTC_T (Results 1 – 2 of 2) sorted by relevance
52 } LPC_RTC_T; typedef69 STATIC INLINE void Chip_RTC_Init(LPC_RTC_T *pRTC) in Chip_RTC_Init()79 STATIC INLINE void Chip_RTC_DeInit(LPC_RTC_T *pRTC) in Chip_RTC_DeInit()120 STATIC INLINE void Chip_RTC_Reset(LPC_RTC_T *pRTC) in Chip_RTC_Reset()133 STATIC INLINE void Chip_RTC_Enable(LPC_RTC_T *pRTC) in Chip_RTC_Enable()145 STATIC INLINE void Chip_RTC_Disable(LPC_RTC_T *pRTC) in Chip_RTC_Disable()158 STATIC INLINE void Chip_RTC_Enable1KHZ(LPC_RTC_T *pRTC) in Chip_RTC_Enable1KHZ()171 STATIC INLINE void Chip_RTC_Disable1KHZ(LPC_RTC_T *pRTC) in Chip_RTC_Disable1KHZ()248 STATIC INLINE uint32_t Chip_RTC_GetAlarm(LPC_RTC_T *pRTC) in Chip_RTC_GetAlarm()272 STATIC INLINE uint32_t Chip_RTC_GetCount(LPC_RTC_T *pRTC) in Chip_RTC_GetCount()[all …]
114 #define LPC_RTC ((LPC_RTC_T *) LPC_RTC_BASE)
Completed in 4 milliseconds