Home
last modified time | relevance | path

Searched defs:mask (Results 1 – 17 of 17) sorted by relevance

/nrf_hw_models-3.5.0/src/nrfx/hal/
Dnrf_temp.c25 void nrf_temp_int_enable(NRF_TEMP_Type * p_reg, uint32_t mask) in nrf_temp_int_enable()
31 void nrf_temp_int_disable(NRF_TEMP_Type * p_reg, uint32_t mask) in nrf_temp_int_disable()
Dnrf_rng.c27 void nrf_rng_int_enable(NRF_RNG_Type * p_reg, uint32_t mask) in nrf_rng_int_enable()
33 void nrf_rng_int_disable(NRF_RNG_Type * p_reg, uint32_t mask) in nrf_rng_int_disable()
Dnrf_ecb.c25 void nrf_ecb_int_enable(NRF_ECB_Type * p_reg, uint32_t mask) in nrf_ecb_int_enable()
31 void nrf_ecb_int_disable(NRF_ECB_Type * p_reg, uint32_t mask) in nrf_ecb_int_disable()
Dnrf_aar.c13 void nrf_aar_int_enable(NRF_AAR_Type * p_reg, uint32_t mask) in nrf_aar_int_enable()
19 void nrf_aar_int_disable(NRF_AAR_Type * p_reg, uint32_t mask) in nrf_aar_int_disable()
Dnrf_ccm.c28 void nrf_ccm_int_enable(NRF_CCM_Type * p_reg, uint32_t mask) in nrf_ccm_int_enable()
34 void nrf_ccm_int_disable(NRF_CCM_Type * p_reg, uint32_t mask) in nrf_ccm_int_disable()
Dnrf_rtc.c25 void nrf_rtc_int_enable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_int_enable()
32 void nrf_rtc_int_disable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_int_disable()
78 void nrf_rtc_event_enable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_event_enable()
Dnrf_radio.c43 void nrf_radio_int_enable(NRF_RADIO_Type * p_reg, uint32_t mask) in nrf_radio_int_enable()
49 void nrf_radio_int_disable(NRF_RADIO_Type * p_reg, uint32_t mask) in nrf_radio_int_disable()
Dnrf_egu.c37 void nrf_egu_int_enable(NRF_EGU_Type * p_reg, uint32_t mask) in nrf_egu_int_enable()
45 void nrf_egu_int_disable(NRF_EGU_Type * p_reg, uint32_t mask) in nrf_egu_int_disable()
Dnrf_ppi.c24 void nrf_ppi_channels_enable(NRF_PPI_Type * p_reg, uint32_t mask) in nrf_ppi_channels_enable()
30 void nrf_ppi_channels_disable(NRF_PPI_Type * p_reg, uint32_t mask) in nrf_ppi_channels_disable()
Dnrf_clock.c21 void nrf_clock_int_enable(NRF_CLOCK_Type * p_reg, uint32_t mask) in nrf_clock_int_enable()
29 void nrf_clock_int_disable(NRF_CLOCK_Type * p_reg, uint32_t mask) in nrf_clock_int_disable()
Dnrf_timer.c64 uint32_t mask) in nrf_timer_int_enable()
72 uint32_t mask) in nrf_timer_int_disable()
Dnrf_gpiote.c80 void nrf_gpiote_int_enable(NRF_GPIOTE_Type * p_reg, uint32_t mask) in nrf_gpiote_int_enable()
87 void nrf_gpiote_int_disable(NRF_GPIOTE_Type * p_reg, uint32_t mask) in nrf_gpiote_int_disable()
Dnrf_dppi.c43 void nrf_dppi_channels_enable(NRF_DPPIC_Type * p_reg, uint32_t mask) in nrf_dppi_channels_enable()
51 void nrf_dppi_channels_disable(NRF_DPPIC_Type * p_reg, uint32_t mask) in nrf_dppi_channels_disable()
/nrf_hw_models-3.5.0/src/HW_models/
DNHW_RTC.c572 int mask = this->INTEN & (RTC_INTENSET_COMPARE0_Msk << cc); in nhw_rtc_eval_interrupts() local
612 uint32_t mask = RTC_EVTEN_COMPARE0_Msk << cc; in nhw_rtc_signal_COMPARE() local
DNRF_GPIOTE.c120 int mask; in nrf_gpiote_eval_interrupt() local
DNRF_GPIO.c198 uint32_t mask = 1<<n; in nrf_gpio_peri_pin_control() local
DNHW_TIMER.c244 int mask = this->INTEN & (TIMER_INTENSET_COMPARE0_Msk << cc); in nhw_timer_eval_interrupts() local