Home
last modified time | relevance | path

Searched refs:NRF_CLOCK_INT_HF_STARTED_MASK (Results 1 – 2 of 2) sorted by relevance

/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c296 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_HF_STARTED_MASK); in nrfx_clock_start()
330 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_HF_STARTED_MASK); in nrfx_clock_stop()
518 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_HF_STARTED_MASK); in nrfx_clock_irq_handler()
/external/platform/nrfx/hal/
A Dnrf_clock.h216NRF_CLOCK_INT_HF_STARTED_MASK = CLOCK_INTENSET_HFCLKSTARTED_Msk, /**< Interrupt on HFCLK… enumerator

Completed in 5 milliseconds