Home
last modified time | relevance | path

Searched refs:SystemCoreClock (Results 1 – 25 of 64) sorted by relevance

123

/lk-master/external/platform/stm32f0xx/CMSIS/
A Dsystem_stm32f0xx.c136 uint32_t SystemCoreClock = 8000000; variable
270 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate()
273 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
285 SystemCoreClock = (HSE_VALUE/predivfactor) * pllmull; in SystemCoreClockUpdate()
291 SystemCoreClock = (HSI48_VALUE/predivfactor) * pllmull; in SystemCoreClockUpdate()
300 SystemCoreClock = (HSI_VALUE/predivfactor) * pllmull; in SystemCoreClockUpdate()
303 SystemCoreClock = (HSI_VALUE >> 1) * pllmull; in SystemCoreClockUpdate()
310 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate()
317 SystemCoreClock >>= tmp; in SystemCoreClockUpdate()
/lk-master/external/platform/nrfx/mdk/
A Dsystem_nrf51.c38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; variable
40 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK; variable
42 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; variable
47 SystemCoreClock = __SYSTEM_CLOCK; in SystemCoreClockUpdate()
A Dsystem_nrf5340_network.c38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; variable
40 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK; variable
42 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; variable
47 SystemCoreClock = __SYSTEM_CLOCK; in SystemCoreClockUpdate()
A Dsystem_nrf52820.c37 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
39 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_64M; variable
41 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
46 SystemCoreClock = __SYSTEM_CLOCK_64M; in SystemCoreClockUpdate()
A Dsystem_nrf5340_application.c53 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_INITIAL; variable
55 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_INITIAL; variable
57 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_INITIAL; variable
63 SystemCoreClock = __SYSTEM_CLOCK_MAX >> (NRF_CLOCK_NS->HFCLKCTRL & (CLOCK_HFCLKCTRL_HCLK_Msk)); in SystemCoreClockUpdate()
65 SystemCoreClock = __SYSTEM_CLOCK_MAX >> (NRF_CLOCK_S->HFCLKCTRL & (CLOCK_HFCLKCTRL_HCLK_Msk)); in SystemCoreClockUpdate()
A Dsystem_nrf52805.c37 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
39 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_64M; variable
41 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
46 SystemCoreClock = __SYSTEM_CLOCK_64M; in SystemCoreClockUpdate()
A Dsystem_nrf52811.c37 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
39 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_64M; variable
41 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
46 SystemCoreClock = __SYSTEM_CLOCK_64M; in SystemCoreClockUpdate()
A Dsystem_nrf52810.c37 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
39 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_64M; variable
41 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
46 SystemCoreClock = __SYSTEM_CLOCK_64M; in SystemCoreClockUpdate()
A Dsystem_nrf52833.c37 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
39 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_64M; variable
41 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
46 SystemCoreClock = __SYSTEM_CLOCK_64M; in SystemCoreClockUpdate()
A Dsystem_nrf9160.c49 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; variable
51 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK; variable
53 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; variable
71 SystemCoreClock = __SYSTEM_CLOCK; in SystemCoreClockUpdate()
A Dsystem_nrf52840.c38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
40 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_64M; variable
42 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
47 SystemCoreClock = __SYSTEM_CLOCK_64M; in SystemCoreClockUpdate()
A Dsystem_nrf52.c38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
40 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_64M; variable
42 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; variable
47 SystemCoreClock = __SYSTEM_CLOCK_64M; in SystemCoreClockUpdate()
A Dsystem_nrf52805.h33 extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
/lk-master/external/platform/nrf51/
A Dsystem_nrf51.c49 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; variable
51 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK; variable
53 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; variable
58 SystemCoreClock = __SYSTEM_CLOCK; in SystemCoreClockUpdate()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dsystem_stm32f10x.c164 uint32_t SystemCoreClock = HSI_VALUE; /*!< System Clock Frequency (Core Clock) */ variable
324 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate()
327 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
341 SystemCoreClock = (HSI_VALUE >> 1) * pllmull; in SystemCoreClockUpdate()
348 SystemCoreClock = (HSE_VALUE / prediv1factor) * pllmull; in SystemCoreClockUpdate()
353 SystemCoreClock = (HSE_VALUE >> 1) * pllmull; in SystemCoreClockUpdate()
357 SystemCoreClock = HSE_VALUE * pllmull; in SystemCoreClockUpdate()
376 SystemCoreClock = (HSI_VALUE >> 1) * pllmull; in SystemCoreClockUpdate()
388 SystemCoreClock = (HSE_VALUE / prediv1factor) * pllmull; in SystemCoreClockUpdate()
403 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate()
[all …]
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dsystem_stm32f2xx.c176 uint32_t SystemCoreClock = 120000000; variable
291 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate()
294 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
316 SystemCoreClock = pllvco/pllp; in SystemCoreClockUpdate()
319 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate()
326 SystemCoreClock >>= tmp; in SystemCoreClockUpdate()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dsystem_stm32f4xx.c444 uint32_t SystemCoreClock = 168000000; variable
448 uint32_t SystemCoreClock = 180000000; variable
452 uint32_t SystemCoreClock = 84000000; variable
456 uint32_t SystemCoreClock = 100000000; variable
572 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate()
575 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
611 SystemCoreClock = pllvco/pllp; in SystemCoreClockUpdate()
632 SystemCoreClock = pllvco/pllr; in SystemCoreClockUpdate()
636 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate()
643 SystemCoreClock >>= tmp; in SystemCoreClockUpdate()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_systick.c77 NRFX_ASSERT(us <= (NRFX_SYSTICK_TICKS_MAX / ((SystemCoreClock) / NRFX_SYSTICK_US)));
92 return us * ((SystemCoreClock) / NRFX_SYSTICK_US); in nrfx_systick_us_tick()
108 return ms * ((SystemCoreClock) / NRFX_SYSTICK_MS); in nrfx_systick_ms_tick()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dchip_15xx.c43 uint32_t SystemCoreClock; variable
58 SystemCoreClock = Chip_Clock_GetSystemClockRate(); in SystemCoreClockUpdate()
A Deeprom.c60 command[4] = SystemCoreClock / 1000; in Chip_EEPROM_Write()
75 command[4] = SystemCoreClock / 1000; in Chip_EEPROM_Read()
A Diap.c72 command[4] = SystemCoreClock / 1000; in Chip_IAP_CopyRamToFlash()
86 command[3] = SystemCoreClock / 1000; in Chip_IAP_EraseSector()
171 command[3] = SystemCoreClock / 1000; in Chip_IAP_ErasePage()
/lk-master/external/platform/lpc15xx/lpcopen/periph_adc_rom/example/src/
A Dadc_rom.c230 adc_cfg[0].system_clock = SystemCoreClock; /* System clock */ in main()
233 adc_cfg[1].system_clock = SystemCoreClock; /* System clock */ in main()
239 adc_cfg[0].system_clock = SystemCoreClock; /* System clock */ in main()
248 adc_cfg[1].system_clock = SystemCoreClock; /* System clock */ in main()
/lk-master/external/platform/lpc15xx/lpcopen/periph_iap/example/src/
A Diap.c106 SysTick_Config(SystemCoreClock / TICKRATE_HZ); in main()
146 command[4] = SystemCoreClock / 1000; /* System clock frequency */ in main()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_timebase_rtc_alarm_template.c182 if(counter++ == (SystemCoreClock /48U)) /* Timeout = ~ 1s */ in HAL_InitTick()
207 if(counter++ == (SystemCoreClock /48U)) /* Timeout = ~ 1s */ in HAL_InitTick()
282 if(counter++ == (SystemCoreClock /48U)) /* Timeout = ~ 1s */ in HAL_RTC_AlarmAEventCallback()
/lk-master/external/platform/nrfx/soc/
A Dnrfx_coredep.h69 #define NRFX_DELAY_CPU_FREQ_MHZ (SystemCoreClock / 1000000)
75 #define NRFX_DELAY_CPU_FREQ_MHZ (SystemCoreClock / 1000000)

Completed in 21 milliseconds

123