Home
last modified time | relevance | path

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

/hal_renesas-latest/zephyr/rz/portable/rzn/
Dbsp_irq.h133 extern void ** gp_bsp_gpt_combined_ctrl_table[BSP_IRQ_GPT_COMBINED_GROUP_NUM];
429 if (NULL == gp_bsp_gpt_combined_ctrl_table[groupIndex]) in R_BSP_IrqGptCombinedTableSet()
444 gp_bsp_gpt_combined_ctrl_table[groupIndex][elementIndex] = p_context; in R_BSP_IrqGptCombinedTableSet()
464 return gp_bsp_gpt_combined_ctrl_table[groupIndex][elementIndex]; in R_BSP_IrqGptCombinedCtrlGet()
497 gp_bsp_gpt_combined_ctrl_table[groupIndex][elementIndex] = NULL; in R_BSP_IrqGptCombinedTableClear()
503 if (NULL != gp_bsp_gpt_combined_ctrl_table[groupIndex][cnt]) in R_BSP_IrqGptCombinedTableClear()
511 bsp_prv_free(gp_bsp_gpt_combined_ctrl_table[groupIndex]); in R_BSP_IrqGptCombinedTableClear()
512 gp_bsp_gpt_combined_ctrl_table[groupIndex] = NULL; in R_BSP_IrqGptCombinedTableClear()
525 bsp_prv_free(gp_bsp_gpt_combined_ctrl_table[groupIndex]); in R_BSP_IrqGptCombinedTableClear()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_irq.c27 void ** gp_bsp_gpt_combined_ctrl_table[BSP_IRQ_GPT_COMBINED_GROUP_NUM] = variable
173 gp_bsp_gpt_combined_ctrl_table[groupIndex] = in bsp_prv_irq_gpt_combined_ctrl_table_allocate()
175 if (NULL != gp_bsp_gpt_combined_ctrl_table[groupIndex]) in bsp_prv_irq_gpt_combined_ctrl_table_allocate()
180 gp_bsp_gpt_combined_ctrl_table[groupIndex][elementIndex] = NULL; in bsp_prv_irq_gpt_combined_ctrl_table_allocate()
184 return gp_bsp_gpt_combined_ctrl_table[groupIndex]; in bsp_prv_irq_gpt_combined_ctrl_table_allocate()