Lines Matching refs:mask
45 uint32_t mask,
49 uint32_t mask,
54 uint32_t mask);
119 uint32_t mask, in nrfy_comp_int_init() argument
124 __nrfy_internal_comp_event_enabled_clear(p_reg, mask, NRF_COMP_EVENT_READY); in nrfy_comp_int_init()
125 __nrfy_internal_comp_event_enabled_clear(p_reg, mask, NRF_COMP_EVENT_DOWN); in nrfy_comp_int_init()
126 __nrfy_internal_comp_event_enabled_clear(p_reg, mask, NRF_COMP_EVENT_UP); in nrfy_comp_int_init()
127 __nrfy_internal_comp_event_enabled_clear(p_reg, mask, NRF_COMP_EVENT_CROSS); in nrfy_comp_int_init()
134 nrf_comp_int_enable(p_reg, mask); in nrfy_comp_int_init()
160 uint32_t mask) in nrfy_comp_events_process() argument
162 uint32_t evt_mask = __nrfy_internal_comp_events_process(p_reg, mask); in nrfy_comp_events_process()
277 NRFY_STATIC_INLINE void nrfy_comp_int_enable(NRF_COMP_Type * p_reg, uint32_t mask) in nrfy_comp_int_enable() argument
279 nrf_comp_int_enable(p_reg, mask); in nrfy_comp_int_enable()
284 NRFY_STATIC_INLINE void nrfy_comp_int_disable(NRF_COMP_Type * p_reg, uint32_t mask) in nrfy_comp_int_disable() argument
286 nrf_comp_int_disable(p_reg, mask); in nrfy_comp_int_disable()
291 NRFY_STATIC_INLINE uint32_t nrfy_comp_int_enable_check(NRF_COMP_Type const * p_reg, uint32_t mask) in nrfy_comp_int_enable_check() argument
294 uint32_t check = nrf_comp_int_enable_check(p_reg, mask); in nrfy_comp_int_enable_check()
314 NRFY_STATIC_INLINE void nrfy_comp_shorts_enable(NRF_COMP_Type * p_reg, uint32_t mask) in nrfy_comp_shorts_enable() argument
316 nrf_comp_shorts_enable(p_reg, mask); in nrfy_comp_shorts_enable()
321 NRFY_STATIC_INLINE void nrfy_comp_shorts_disable(NRF_COMP_Type * p_reg, uint32_t mask) in nrfy_comp_shorts_disable() argument
323 nrf_comp_shorts_disable(p_reg, mask); in nrfy_comp_shorts_disable()
353 uint32_t mask, in __nrfy_internal_comp_event_enabled_clear() argument
356 if (mask & NRFY_EVENT_TO_INT_BITMASK(event)) in __nrfy_internal_comp_event_enabled_clear()
363 uint32_t mask, in __nrfy_internal_comp_event_handle() argument
367 if ((mask & NRFY_EVENT_TO_INT_BITMASK(event)) && nrf_comp_event_check(p_reg, event)) in __nrfy_internal_comp_event_handle()
380 uint32_t mask) in __nrfy_internal_comp_events_process() argument
386 mask, in __nrfy_internal_comp_events_process()
390 mask, in __nrfy_internal_comp_events_process()
394 mask, in __nrfy_internal_comp_events_process()
398 mask, in __nrfy_internal_comp_events_process()