Lines Matching refs:i
13 int i = ( (int)p_reg - (int)&NRF_EGU_regs[0] ) / sizeof(NRF_EGU_Type); in egu_number_from_ptr() local
14 return i; in egu_number_from_ptr()
21 int i = egu_number_from_ptr(p_reg); in nrf_egu_task_trigger() local
23 nhw_egu_regw_sideeffects_TASK_TRIGGER(i, task_nbr); in nrf_egu_task_trigger()
31 int i = egu_number_from_ptr(p_reg); in nrf_egu_event_clear() local
33 nhw_egu_regw_sideeffect_EVENTS_TRIGGERED(i, event_nbr); in nrf_egu_event_clear()
41 int i = egu_number_from_ptr(p_reg); in nrf_egu_int_enable() local
42 nhw_egu_regw_sideeffect_INTENSET(i); in nrf_egu_int_enable()
49 int i = egu_number_from_ptr(p_reg); in nrf_egu_int_disable() local
50 nhw_egu_regw_sideeffect_INTENCLR(i); in nrf_egu_int_disable()
62 int i = egu_number_from_ptr(p_reg); in nrf_egu_subscribe_set() local
65 nhw_egu_regw_sideeffects_SUBSCRIBE_TRIGGER(i, task_nbr); in nrf_egu_subscribe_set()
74 int i = egu_number_from_ptr(p_reg); in nrf_egu_subscribe_clear() local
77 nhw_egu_regw_sideeffects_SUBSCRIBE_TRIGGER(i, task_nbr); in nrf_egu_subscribe_clear()