Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_comp.c72 NRF_COMP_INT_DOWN_MASK | in comp_configure()
93 NRF_COMP_INT_DOWN_MASK | in nrfx_comp_irq_handler()
141 NRF_COMP_INT_DOWN_MASK | in nrfx_comp_init()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_comp.h90 …NRFX_COMP_EVT_EN_DOWN_MASK = NRF_COMP_INT_DOWN_MASK, ///< DOWN event (generated when VIN+ crosse…
/hal_nordic-latest/nrfx/hal/
Dnrf_comp.h219 NRF_COMP_INT_DOWN_MASK = COMP_INTENSET_DOWN_Msk, /**< Interrupt on DOWN event. */ enumerator