Home
last modified time | relevance | path

Searched refs:NRF_COMP_INT_READY_MASK (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_comp.c71 NRF_COMP_INT_READY_MASK | in comp_configure()
92 NRF_COMP_INT_READY_MASK | in nrfx_comp_irq_handler()
140 NRF_COMP_INT_READY_MASK | in nrfx_comp_init()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_comp.h91 …NRFX_COMP_EVT_EN_READY_MASK = NRF_COMP_INT_READY_MASK ///< READY event (generated when the module…
/hal_nordic-latest/nrfx/hal/
Dnrf_comp.h218 NRF_COMP_INT_READY_MASK = COMP_INTENSET_READY_Msk, /**< Interrupt on READY event. */ enumerator