Home
last modified time | relevance | path

Searched defs:int_mask (Results 1 – 11 of 11) sorted by relevance

/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_egu.c82 static uint32_t egu_event_mask_get_and_clear(NRF_EGU_Type * p_reg, uint32_t int_mask) in egu_event_mask_get_and_clear()
175 uint32_t int_mask = nrf_egu_int_enable_check(p_reg, ~0UL); in irq_handler() local
Dnrfx_rtc.c152 uint32_t int_mask = NRF_RTC_CHANNEL_INT_MASK(channel); in nrfx_rtc_cc_disable() local
186 uint32_t int_mask = NRF_RTC_CHANNEL_INT_MASK(channel); in nrfx_rtc_cc_set() local
Dnrfx_saadc.c669 uint32_t int_mask = nrfy_saadc_limit_int_get(channel, NRF_SAADC_LIMIT_LOW); in nrfx_saadc_limits_set() local
711 uint32_t int_mask = nrfy_saadc_int_enable_check(NRF_SAADC, ~0UL); in nrfx_saadc_offset_calibrate() local
745 uint32_t int_mask = nrfy_saadc_int_enable_check(NRF_SAADC, ~0UL) & in saadc_pre_calibration_state_restore() local
Dnrfx_lpcomp.c76 uint32_t int_mask = 0; in lpcomp_configure() local
Dnrfx_grtc.c362 uint32_t int_mask = NRF_GRTC_INT_RTCOMPARE_MASK | NRF_GRTC_INT_RTCOMPARESYNC_MASK; in nrfx_grtc_rtcounter_cc_disable() local
603 uint32_t int_mask = NRF_GRTC_CHANNEL_INT_MASK(channel); in nrfx_grtc_syscounter_cc_disable() local
Dnrfx_qdec.c96 uint32_t int_mask = NRF_QDEC_INT_ACCOF_MASK; in qdec_configure() local
Dnrfx_uarte.c366 static void uarte_int_unlock(NRF_UARTE_Type * p_uarte, uint32_t int_mask) in uarte_int_unlock()
544 uint32_t int_mask = tx_int_mask | ((event_handler) ? rx_int_mask : 0); in nrfx_uarte_init() local
1028 uint32_t int_mask; in nrfx_uarte_tx_abort() local
Dnrfx_clock.c374 uint32_t int_mask; in nrfx_clock_start() local
Dnrfx_pwm.c288 uint32_t int_mask = NRF_PWM_INT_LOOPSDONE_MASK | in start_playback() local
Dnrfx_twim.c93 volatile uint32_t int_mask; member
Dnrfx_twi.c99 volatile uint32_t int_mask; member