Searched refs:__SYSTEM_CLOCK (Results 1 – 4 of 4) sorted by relevance
35 #define __SYSTEM_CLOCK (16000000UL) /*!< nRF51 devices use a fixed System Clock Frequency … macro38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK;40 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK;42 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK;47 SystemCoreClock = __SYSTEM_CLOCK; in SystemCoreClockUpdate()
35 #define __SYSTEM_CLOCK (64000000UL) /*!< NRF5340 network core uses a fixed System Clock Fr… macro38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; 40 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK;42 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK;47 SystemCoreClock = __SYSTEM_CLOCK; in SystemCoreClockUpdate()
35 #define __SYSTEM_CLOCK (64000000UL) /*!< nRF9160 Application core uses a fixed System Cloc… macro49 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; 51 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK;53 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK;71 SystemCoreClock = __SYSTEM_CLOCK; in SystemCoreClockUpdate()
42 #define __SYSTEM_CLOCK (16000000UL) /*!< nRF51 devices use a fixed System Clock Frequency … macro49 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; 51 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK;53 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK;58 SystemCoreClock = __SYSTEM_CLOCK; in SystemCoreClockUpdate()
Completed in 8 milliseconds