Home
last modified time | relevance | path

Searched refs:int_l (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_signals.c105 void nhw_RADIO_regw_sideeffects_INTENSET(unsigned int int_l) { in nhw_RADIO_regw_sideeffects_INTENSET() argument
107 uint32_t *INTENSET = (uint32_t *)((uintptr_t)&NRF_RADIO_regs.INTENSET00 + int_l*radio_int_pdiff); in nhw_RADIO_regw_sideeffects_INTENSET()
113 RADIO_INTEN[int_l] |= *INTENSET; in nhw_RADIO_regw_sideeffects_INTENSET()
114 *INTENSET = RADIO_INTEN[int_l]; in nhw_RADIO_regw_sideeffects_INTENSET()
119 void nhw_RADIO_regw_sideeffects_INTENCLR(unsigned int int_l) { in nhw_RADIO_regw_sideeffects_INTENCLR() argument
121 uint32_t *INTENSET = (uint32_t *)((uintptr_t)&NRF_RADIO_regs.INTENSET00 + int_l*radio_int_pdiff); in nhw_RADIO_regw_sideeffects_INTENCLR()
122 uint32_t *INTENCLR = (uint32_t *)((uintptr_t)&NRF_RADIO_regs.INTENCLR00 + int_l*radio_int_pdiff); in nhw_RADIO_regw_sideeffects_INTENCLR()
129 RADIO_INTEN[int_l] &= ~*INTENCLR; in nhw_RADIO_regw_sideeffects_INTENCLR()
130 *INTENSET = RADIO_INTEN[int_l]; in nhw_RADIO_regw_sideeffects_INTENCLR()
DNHW_RADIO.h45 void nhw_RADIO_regw_sideeffects_INTENSET(unsigned int int_l);
46 void nhw_RADIO_regw_sideeffects_INTENCLR(unsigned int int_l);