Home
last modified time | relevance | path

Searched refs:CLOCKSTATUS (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/nrfx/mdk/
Dsystem_nrf54h.c63 … if ((NRF_HSFLL->CLOCKSTATUS & HSFLL_CLOCKSTATUS_MODE_Msk) != HSFLL_CLOCKSTATUS_MODE_ClosedLoop) in SystemCoreClockUpdate()
Dsystem_nrf92.c63 … if ((NRF_HSFLL->CLOCKSTATUS & HSFLL_CLOCKSTATUS_MODE_Msk) != HSFLL_CLOCKSTATUS_MODE_ClosedLoop) in SystemCoreClockUpdate()
Dnrf9230_engb_types.h35992 …__IM uint32_t CLOCKSTATUS; /*!< (@ 0x00000400) Clock status … member
Dnrf54h20_types.h33160 …__IM uint32_t CLOCKSTATUS; /*!< (@ 0x00000400) Clock status … member
Dnrf9230_enga_types.h35466 …__IM uint32_t CLOCKSTATUS; /*!< (@ 0x00000400) Clock status … member
/hal_nordic-latest/nrfx/hal/
Dnrf_hsfll.h409 uint32_t reg = p_reg->CLOCKSTATUS; in nrf_hsfll_status_clk_get()