Home
last modified time | relevance | path

Searched refs:LPC_RITIMER_T (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dritimer_15xx.h56 } LPC_RITIMER_T; typedef
77 void Chip_RIT_Init(LPC_RITIMER_T *pRITimer);
84 void Chip_RIT_DeInit(LPC_RITIMER_T *pRITimer);
92 void Chip_RIT_SetCTRL(LPC_RITIMER_T *pRITimer, uint32_t val);
100 void Chip_RIT_ClearCTRL(LPC_RITIMER_T *pRITimer, uint32_t val);
107 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()
201 uint64_t Chip_RIT_GetCompareValue(LPC_RITIMER_T *pRITimer);
216 uint64_t Chip_RIT_GetMaskValue(LPC_RITIMER_T *pRITimer);
[all …]
A Dchip.h121 #define LPC_RITIMER ((LPC_RITIMER_T *) LPC_RITIMER_BASE)
/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 …]

Completed in 4 milliseconds