Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/mdk/
Dsystem_nrf54h.c36 #define __SYSTEM_CLOCK_DEFAULT (16ul * __SYSTEM_CLOCK_MHZ) macro
38 #define __SYSTEM_CLOCK_DEFAULT (256ul * __SYSTEM_CLOCK_MHZ) macro
40 #define __SYSTEM_CLOCK_DEFAULT (320ul * __SYSTEM_CLOCK_MHZ) macro
44 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_DEFAULT;
46 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_DEFAULT;
53 SystemCoreClock = __SYSTEM_CLOCK_DEFAULT; in SystemCoreClockUpdate()
56 SystemCoreClock = __SYSTEM_CLOCK_DEFAULT; in SystemCoreClockUpdate()
76 SystemCoreClock = __SYSTEM_CLOCK_DEFAULT; in SystemCoreClockUpdate()
84 SystemCoreClock = __SYSTEM_CLOCK_DEFAULT; in SystemCoreClockUpdate()
Dsystem_nrf51.c35 #define __SYSTEM_CLOCK_DEFAULT (16000000UL) /*!< nRF51 devices use a fixed System Clock Fr… macro
38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_DEFAULT;
40 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_DEFAULT;
42 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_DEFAULT;
47 SystemCoreClock = __SYSTEM_CLOCK_DEFAULT; in SystemCoreClockUpdate()
Dsystem_nrf5340_network.c36 #define __SYSTEM_CLOCK_DEFAULT (64000000UL) /*!< NRF5340 network core uses a fixed System … macro
39 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_DEFAULT;
41 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_DEFAULT;
46 SystemCoreClock = __SYSTEM_CLOCK_DEFAULT; in SystemCoreClockUpdate()
Dsystem_nrf91.c39 #define __SYSTEM_CLOCK_DEFAULT (64000000UL) /*!< nRF91 Application core uses a fixed Syste… macro
53 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_DEFAULT;
55 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_DEFAULT;
57 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_DEFAULT;
71 SystemCoreClock = __SYSTEM_CLOCK_DEFAULT; in SystemCoreClockUpdate()
Dsystem_nrf54l.c35 #define __SYSTEM_CLOCK_DEFAULT (64000000ul) macro
38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_DEFAULT;
40 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_DEFAULT;
Dsystem_nrf52.c34 #define __SYSTEM_CLOCK_DEFAULT (64000000UL) macro
38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_DEFAULT;
40 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_DEFAULT;
129 SystemCoreClock = __SYSTEM_CLOCK_DEFAULT; in SystemCoreClockUpdate()
Dsystem_nrf5340_application.c42 #define __SYSTEM_CLOCK_DEFAULT ( 64000000UL) macro
58 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_DEFAULT;
60 __root uint32_t SystemCoreClock = __SYSTEM_CLOCK_DEFAULT;