Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_comp.h304 __STATIC_INLINE bool nrf_comp_int_enable_check(uint32_t comp_int_mask);
448 __STATIC_INLINE bool nrf_comp_int_enable_check(uint32_t comp_int_mask) in nrf_comp_int_enable_check() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_comp.c55 if (nrf_comp_event_check(event) && nrf_comp_int_enable_check(event_mask)) in comp_execute_handler()