Home
last modified time | relevance | path

Searched refs:__SYSTEM_CLOCK (Results 1 – 4 of 4) sorted by relevance

/external/platform/nrfx/mdk/
A Dsystem_nrf51.c35 #define __SYSTEM_CLOCK (16000000UL) /*!< nRF51 devices use a fixed System Clock Frequency … macro
38 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()
A Dsystem_nrf5340_network.c35 #define __SYSTEM_CLOCK (64000000UL) /*!< NRF5340 network core uses a fixed System Clock Fr… macro
38 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()
A Dsystem_nrf9160.c35 #define __SYSTEM_CLOCK (64000000UL) /*!< nRF9160 Application core uses a fixed System Cloc… macro
49 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()
/external/platform/nrf51/
A Dsystem_nrf51.c42 #define __SYSTEM_CLOCK (16000000UL) /*!< nRF51 devices use a fixed System Clock Frequency … macro
49 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