Home
last modified time | relevance | path

Searched refs:Chip_Clock_GetSysTickClockRate (Results 1 – 7 of 7) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/periph_blinky/example/src/
A Dsystick.c85 sysTickRate = Chip_Clock_GetSysTickClockRate(); in main()
/lk-master/external/platform/lpc15xx/lpcopen/periph_systick/example/src/
A Dsystick.c85 sysTickRate = Chip_Clock_GetSysTickClockRate(); in main()
/lk-master/external/platform/lpc15xx/lpcopen/periph_clkout/example/src/
A Dclkout.c88 SysTick_Config(Chip_Clock_GetSysTickClockRate() / 100); in main()
/lk-master/external/platform/lpc15xx/lpcopen/periph_adc/example/src/
A Dadc.c266 SysTick_Config(Chip_Clock_GetSysTickClockRate() / TICKRATE_HZ); in main()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dclock_15xx.c301 uint32_t Chip_Clock_GetSysTickClockRate(void) in Chip_Clock_GetSysTickClockRate() function
/lk-master/external/platform/lpc15xx/lpcopen/periph_adc_rom/example/src/
A Dadc_rom.c272 SysTick_Config(Chip_Clock_GetSysTickClockRate() / TICKRATE_HZ); in main()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dclock_15xx.h518 uint32_t Chip_Clock_GetSysTickClockRate(void);

Completed in 10 milliseconds