Lines Matching refs:mask
45 uint32_t mask,
49 uint32_t mask,
54 uint32_t mask);
108 uint32_t mask, in nrfy_lpcomp_int_init() argument
112 __nrfy_internal_lpcomp_event_enabled_clear(p_reg, mask, NRF_LPCOMP_EVENT_READY); in nrfy_lpcomp_int_init()
113 __nrfy_internal_lpcomp_event_enabled_clear(p_reg, mask, NRF_LPCOMP_EVENT_DOWN); in nrfy_lpcomp_int_init()
114 __nrfy_internal_lpcomp_event_enabled_clear(p_reg, mask, NRF_LPCOMP_EVENT_UP); in nrfy_lpcomp_int_init()
115 __nrfy_internal_lpcomp_event_enabled_clear(p_reg, mask, NRF_LPCOMP_EVENT_CROSS); in nrfy_lpcomp_int_init()
122 nrf_lpcomp_int_enable(p_reg, mask); in nrfy_lpcomp_int_init()
148 uint32_t mask) in nrfy_lpcomp_events_process() argument
150 uint32_t evt_mask = __nrfy_internal_lpcomp_events_process(p_reg, mask); in nrfy_lpcomp_events_process()
257 NRFY_STATIC_INLINE void nrfy_lpcomp_int_enable(NRF_LPCOMP_Type * p_reg, uint32_t mask) in nrfy_lpcomp_int_enable() argument
259 nrf_lpcomp_int_enable(p_reg, mask); in nrfy_lpcomp_int_enable()
264 NRFY_STATIC_INLINE void nrfy_lpcomp_int_disable(NRF_LPCOMP_Type * p_reg, uint32_t mask) in nrfy_lpcomp_int_disable() argument
266 nrf_lpcomp_int_disable(p_reg, mask); in nrfy_lpcomp_int_disable()
272 uint32_t mask) in nrfy_lpcomp_int_enable_check() argument
275 uint32_t check = nrf_lpcomp_int_enable_check(p_reg, mask); in nrfy_lpcomp_int_enable_check()
295 NRFY_STATIC_INLINE void nrfy_lpcomp_shorts_enable(NRF_LPCOMP_Type * p_reg, uint32_t mask) in nrfy_lpcomp_shorts_enable() argument
297 nrf_lpcomp_shorts_enable(p_reg, mask); in nrfy_lpcomp_shorts_enable()
302 NRFY_STATIC_INLINE void nrfy_lpcomp_shorts_disable(NRF_LPCOMP_Type * p_reg, uint32_t mask) in nrfy_lpcomp_shorts_disable() argument
304 nrf_lpcomp_shorts_disable(p_reg, mask); in nrfy_lpcomp_shorts_disable()
335 uint32_t mask, in __nrfy_internal_lpcomp_event_enabled_clear() argument
338 if (mask & NRFY_EVENT_TO_INT_BITMASK(event)) in __nrfy_internal_lpcomp_event_enabled_clear()
345 uint32_t mask, in __nrfy_internal_lpcomp_event_handle() argument
349 if ((mask & NRFY_EVENT_TO_INT_BITMASK(event)) && nrf_lpcomp_event_check(p_reg, event)) in __nrfy_internal_lpcomp_event_handle()
362 uint32_t mask) in __nrfy_internal_lpcomp_events_process() argument
367 mask, in __nrfy_internal_lpcomp_events_process()
371 mask, in __nrfy_internal_lpcomp_events_process()
375 mask, in __nrfy_internal_lpcomp_events_process()
379 mask, in __nrfy_internal_lpcomp_events_process()