Lines Matching defs:mask
139 uint32_t mask, in nrfy_uarte_int_init()
188 uint32_t mask, in nrfy_uarte_events_process()
259 uint32_t mask = NRFY_EVENT_TO_INT_BITMASK(NRF_UARTE_EVENT_ENDTX) | in nrfy_uarte_tx_start() local
287 uint32_t mask = NRFY_EVENT_TO_INT_BITMASK(NRF_UARTE_EVENT_ENDRX) | in nrfy_uarte_rx_start() local
353 NRFY_STATIC_INLINE void nrfy_uarte_shorts_set(NRF_UARTE_Type * p_reg, uint32_t mask) in nrfy_uarte_shorts_set()
360 NRFY_STATIC_INLINE uint32_t nrfy_uarte_shorts_get(NRF_UARTE_Type * p_reg, uint32_t mask) in nrfy_uarte_shorts_get()
370 NRFY_STATIC_INLINE void nrfy_uarte_shorts_enable(NRF_UARTE_Type * p_reg, uint32_t mask) in nrfy_uarte_shorts_enable()
377 NRFY_STATIC_INLINE void nrfy_uarte_shorts_disable(NRF_UARTE_Type * p_reg, uint32_t mask) in nrfy_uarte_shorts_disable()
384 NRFY_STATIC_INLINE void nrfy_uarte_int_enable(NRF_UARTE_Type * p_reg, uint32_t mask) in nrfy_uarte_int_enable()
392 uint32_t mask) in nrfy_uarte_int_enable_check()
401 NRFY_STATIC_INLINE void nrfy_uarte_int_disable(NRF_UARTE_Type * p_reg, uint32_t mask) in nrfy_uarte_int_disable()
635 uint32_t mask, in __nrfy_internal_uarte_event_enabled_clear()
645 uint32_t mask, in __nrfy_internal_uarte_event_handle()
663 uint32_t mask, in __nrfy_internal_uarte_events_process()