Home
last modified time | relevance | path

Searched refs:Chip_Clock_GetSystemClockRate (Results 1 – 16 of 16) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dchip_15xx.c58 SystemCoreClock = Chip_Clock_GetSystemClockRate(); in SystemCoreClockUpdate()
A Dstopwatch_15xx.c66 ticksPerSecond = Chip_Clock_GetSystemClockRate(); in StopWatch_Init()
A Dritimer_15xx.c146 cmp_value = (uint64_t) Chip_Clock_GetSystemClockRate(); in Chip_RIT_SetTimerIntervalHz()
A Dadc_15xx.c145 div = Chip_Clock_GetSystemClockRate() / rate; in Chip_ADC_SetClockRate()
A Dclock_15xx.c399 uint32_t Chip_Clock_GetSystemClockRate(void) in Chip_Clock_GetSystemClockRate() function
A Dspi_15xx.c101 …SPIClk = Chip_Clock_GetSystemClockRate(); /*The peripheral clock for both SPIs is the system clock… in Chip_SPI_CalClkRateDivider()
/lk-master/external/platform/lpc15xx/lpcopen/periph_mrt/example/src/
A Dmrt.c57 Chip_MRT_SetInterval(pMRT, (Chip_Clock_GetSystemClockRate() / rate) | in setupMRT()
/lk-master/external/platform/lpc15xx/lpcopen/periph_freqmeas/example/src/
A Dfreqmeas.c119 freqRef = Chip_Clock_GetSystemClockRate() / 2; in main()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/inc/
A Dms_timer.h64 …if (SysTick_Config(Chip_Clock_GetSystemClockRate() / 1000)) { /* Setup SysTick Timer for 1 msec in… in systick_init()
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rom_polling/example/src/
A Duart_rom_polling.c115 cfg.sys_clk_in_hz = Chip_Clock_GetSystemClockRate(); in setupUART()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dritimer_15xx.h254 return Chip_Clock_GetSystemClockRate(); in Chip_RIT_GetBaseClock()
A Ddac_15xx.h278 uint32_t time_out = Chip_Clock_GetSystemClockRate() / periodHz - 1; in Chip_DAC_SetReqInterval()
A Dclock_15xx.h171 uint32_t Chip_Clock_GetSystemClockRate(void);
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling/example/src/
A Dperiph_i2c_rom_polling.c109 if (LPC_I2CD_API->i2c_set_bitrate(i2cHandleMaster, Chip_Clock_GetSystemClockRate(), in setupI2CMaster()
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rom_int/example/src/
A Duart_rom_int.c119 cfg.sys_clk_in_hz = Chip_Clock_GetSystemClockRate(); in setupUART()
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt/example/src/
A Dperiph_i2c_rom_interrupt.c112 if (LPC_I2CD_API->i2c_set_bitrate(i2cHandleMaster, Chip_Clock_GetSystemClockRate(), in setupI2CMaster()

Completed in 15 milliseconds