Home
last modified time | relevance | path

Searched defs:pRITimer (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dritimer_15xx.c51 void Chip_RIT_Init(LPC_RITIMER_T *pRITimer) in Chip_RIT_Init()
59 void Chip_RIT_DeInit(LPC_RITIMER_T *pRITimer) in Chip_RIT_DeInit()
66 void Chip_RIT_SetCTRL(LPC_RITIMER_T *pRITimer, uint32_t val) in Chip_RIT_SetCTRL()
75 void Chip_RIT_ClearCTRL(LPC_RITIMER_T *pRITimer, uint32_t val) in Chip_RIT_ClearCTRL()
84 void Chip_RIT_SetCompareValue(LPC_RITIMER_T *pRITimer, uint64_t val) in Chip_RIT_SetCompareValue()
91 uint64_t Chip_RIT_GetCompareValue(LPC_RITIMER_T *pRITimer) in Chip_RIT_GetCompareValue()
103 void Chip_RIT_SetMaskValue(LPC_RITIMER_T *pRITimer, uint64_t mask) in Chip_RIT_SetMaskValue()
110 uint64_t Chip_RIT_GetMaskValue(LPC_RITIMER_T *pRITimer) in Chip_RIT_GetMaskValue()
122 void Chip_RIT_SetCounter(LPC_RITIMER_T *pRITimer, uint64_t count) in Chip_RIT_SetCounter()
129 uint64_t Chip_RIT_GetCounter(LPC_RITIMER_T *pRITimer) in Chip_RIT_GetCounter()
[all …]
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dritimer_15xx.h107 STATIC INLINE void Chip_RIT_Enable(LPC_RITIMER_T *pRITimer) in Chip_RIT_Enable()
117 STATIC INLINE void Chip_RIT_Disable(LPC_RITIMER_T *pRITimer) in Chip_RIT_Disable()
129 STATIC INLINE void Chip_RIT_EnableDebug(LPC_RITIMER_T *pRITimer) in Chip_RIT_EnableDebug()
141 STATIC INLINE void Chip_RIT_DisableDebug(LPC_RITIMER_T *pRITimer) in Chip_RIT_DisableDebug()
151 STATIC INLINE void Chip_RIT_EnableCompClear(LPC_RITIMER_T *pRITimer) in Chip_RIT_EnableCompClear()
161 STATIC INLINE void Chip_RIT_DisableCompClear(LPC_RITIMER_T *pRITimer) in Chip_RIT_DisableCompClear()
171 STATIC INLINE bool Chip_RIT_GetIntStatus(LPC_RITIMER_T *pRITimer) in Chip_RIT_GetIntStatus()
181 STATIC INLINE void Chip_RIT_ClearIntStatus(LPC_RITIMER_T *pRITimer) in Chip_RIT_ClearIntStatus()
252 STATIC INLINE uint32_t Chip_RIT_GetBaseClock(LPC_RITIMER_T *pRITimer) in Chip_RIT_GetBaseClock()

Completed in 6 milliseconds