Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dstopwatch_15xx.c60 Chip_RIT_Init(LPC_RITIMER); in StopWatch_Init()
61 Chip_RIT_SetCompareValue(LPC_RITIMER, (uint32_t) 0xFFFFFFFF); in StopWatch_Init()
62 Chip_RIT_EnableCompClear(LPC_RITIMER); in StopWatch_Init()
63 Chip_RIT_Enable(LPC_RITIMER); in StopWatch_Init()
75 return (uint32_t) Chip_RIT_GetCounter(LPC_RITIMER); in StopWatch_Start()
/external/platform/lpc15xx/lpcopen/periph_ritimer/example/src/
A Dritimer.c60 Chip_RIT_ClearIntStatus(LPC_RITIMER); in RIT_IRQHandler()
76 Chip_RIT_Init(LPC_RITIMER); in main()
79 Chip_RIT_SetTimerIntervalHz(LPC_RITIMER, TIME_INTERVAL); in main()
80 Chip_RIT_Enable(LPC_RITIMER); in main()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dchip.h121 #define LPC_RITIMER ((LPC_RITIMER_T *) LPC_RITIMER_BASE) macro

Completed in 4 milliseconds