Home
last modified time | relevance | path

Searched refs:NRF_CLOCK_S (Results 1 – 12 of 12) sorted by relevance

/hal_nordic-latest/nrfx/mdk/
Dsystem_nrf5340_application.c68 SystemCoreClock = __SYSTEM_CLOCK_MAX >> (NRF_CLOCK_S->HFCLKCTRL & (CLOCK_HFCLKCTRL_HCLK_Msk)); in SystemCoreClockUpdate()
129 NRF_CLOCK_S->HFCLKCTRL = CLOCK_HFCLKCTRL_HCLK_Div2 << CLOCK_HFCLKCTRL_HCLK_Pos; in SystemInit()
183 NRF_CLOCK_S->LFCLKSRC = CLOCK_LFCLKSRC_SRC_LFSYNT; in SystemInit()
184 NRF_CLOCK_S->TASKS_LFCLKSTART = 1ul; in SystemInit()
185 while (NRF_CLOCK_S->EVENTS_LFCLKSTARTED == 0ul) {} in SystemInit()
186 NRF_CLOCK_S->EVENTS_LFCLKSTARTED = 0ul; in SystemInit()
187 NRF_CLOCK_S->TASKS_LFCLKSTOP = 1ul; in SystemInit()
188 NRF_CLOCK_S->LFCLKSRC = CLOCK_LFCLKSRC_SRC_LFRC; in SystemInit()
Dnrf54l09_enga_global.h342 #define NRF_CLOCK_S ((NRF_CLOCK_Type*) NRF_CLOCK_S_BASE) macro
487 #define NRF_CLOCK NRF_CLOCK_S
Dnrf54l15_global.h410 #define NRF_CLOCK_S ((NRF_CLOCK_Type*) NRF_CLOCK_S_BASE) macro
589 #define NRF_CLOCK NRF_CLOCK_S
Dnrf54l05_global.h410 #define NRF_CLOCK_S ((NRF_CLOCK_Type*) NRF_CLOCK_S_BASE) macro
589 #define NRF_CLOCK NRF_CLOCK_S
Dnrf54l10_global.h410 #define NRF_CLOCK_S ((NRF_CLOCK_Type*) NRF_CLOCK_S_BASE) macro
589 #define NRF_CLOCK NRF_CLOCK_S
Dnrf54l20_enga_global.h468 #define NRF_CLOCK_S ((NRF_CLOCK_Type*) NRF_CLOCK_S_BASE) macro
678 #define NRF_CLOCK NRF_CLOCK_S
Dnrf7120_enga_global.h511 #define NRF_CLOCK_S ((NRF_CLOCK_Type*) NRF_CLOCK_S_BASE) macro
759 #define NRF_CLOCK NRF_CLOCK_S
Dnrf9120.h3271 #define NRF_CLOCK_S ((NRF_CLOCK_Type*) NRF_CLOCK_S_BASE) macro
Dnrf9160.h3210 #define NRF_CLOCK_S ((NRF_CLOCK_Type*) NRF_CLOCK_S_BASE) macro
Dnrf5340_application.h3881 #define NRF_CLOCK_S ((NRF_CLOCK_Type*) NRF_CLOCK_S_BASE) macro
/hal_nordic-latest/nrfx/templates/
Dnrfx_config_nrf91.h101 #define NRF_CLOCK NRF_CLOCK_S
Dnrfx_config_nrf5340_application.h117 #define NRF_CLOCK NRF_CLOCK_S