Searched refs:elementIndex (Results 1 – 2 of 2) sorted by relevance
178 …for (uint32_t elementIndex = 0U; elementIndex < BSP_IRQ_GPT_COMBINED_EVENT_NUM_PER_GROUP; elementI… in bsp_prv_irq_gpt_combined_ctrl_table_allocate() local180 gp_bsp_gpt_combined_ctrl_table[groupIndex][elementIndex] = NULL; in bsp_prv_irq_gpt_combined_ctrl_table_allocate()202 …for (uint32_t elementIndex = 0U; elementIndex < BSP_IRQ_GPT_COMBINED_EVENT_NUM_PER_GROUP; elementI… in bsp_prv_irq_gpt_combined_isr_table_allocate() local204 gp_bsp_gpt_combined_isr_table[groupIndex][elementIndex] = NULL; in bsp_prv_irq_gpt_combined_isr_table_allocate()
424 uint32_t elementIndex = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedTableSet() local444 gp_bsp_gpt_combined_ctrl_table[groupIndex][elementIndex] = p_context; in R_BSP_IrqGptCombinedTableSet()445 gp_bsp_gpt_combined_isr_table[groupIndex][elementIndex] = p_interrupt_handler; in R_BSP_IrqGptCombinedTableSet()462 uint32_t elementIndex = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedCtrlGet() local464 return gp_bsp_gpt_combined_ctrl_table[groupIndex][elementIndex]; in R_BSP_IrqGptCombinedCtrlGet()479 uint32_t elementIndex = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedIsrGet() local481 return gp_bsp_gpt_combined_isr_table[groupIndex][elementIndex]; in R_BSP_IrqGptCombinedIsrGet()495 uint32_t elementIndex = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedTableClear() local497 gp_bsp_gpt_combined_ctrl_table[groupIndex][elementIndex] = NULL; in R_BSP_IrqGptCombinedTableClear()498 gp_bsp_gpt_combined_isr_table[groupIndex][elementIndex] = NULL; in R_BSP_IrqGptCombinedTableClear()