Home
last modified time | relevance | path

Searched refs:PWR_CYCLE_COUNT_REG_INDEX (Results 1 – 2 of 2) sorted by relevance

/external/platform/lpc15xx/lpcopen/periph_pmu/example/src/
A Dpmu.c45 #define PWR_CYCLE_COUNT_REG_INDEX 0 macro
62 returnVal = Chip_PMU_ReadGPREG(LPC_PMU, PWR_CYCLE_COUNT_REG_INDEX); in ProcessCycleCounter()
66 Chip_PMU_WriteGPREG(LPC_PMU, PWR_CYCLE_COUNT_REG_INDEX, returnVal + 1); in ProcessCycleCounter()
/external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/src/
A Dpmu_rom.c45 #define PWR_CYCLE_COUNT_REG_INDEX 0 macro
62 returnVal = Chip_PMU_ReadGPREG(LPC_PMU, PWR_CYCLE_COUNT_REG_INDEX); in ProcessCycleCounter()
66 Chip_PMU_WriteGPREG(LPC_PMU, PWR_CYCLE_COUNT_REG_INDEX, returnVal + 1); in ProcessCycleCounter()

Completed in 7 milliseconds