Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_irq.c60 fsp_vector_t * gp_bsp_gpt_combined_isr_table[BSP_IRQ_GPT_COMBINED_GROUP_NUM] = variable
197 gp_bsp_gpt_combined_isr_table[groupIndex] = in bsp_prv_irq_gpt_combined_isr_table_allocate()
199 if (NULL != gp_bsp_gpt_combined_isr_table[groupIndex]) in bsp_prv_irq_gpt_combined_isr_table_allocate()
204 gp_bsp_gpt_combined_isr_table[groupIndex][elementIndex] = NULL; in bsp_prv_irq_gpt_combined_isr_table_allocate()
208 return gp_bsp_gpt_combined_isr_table[groupIndex]; in bsp_prv_irq_gpt_combined_isr_table_allocate()
/hal_renesas-latest/zephyr/rz/portable/rzn/
Dbsp_irq.h134 extern fsp_vector_t * gp_bsp_gpt_combined_isr_table[BSP_IRQ_GPT_COMBINED_GROUP_NUM];
437 if (NULL == gp_bsp_gpt_combined_isr_table[groupIndex]) in R_BSP_IrqGptCombinedTableSet()
445 gp_bsp_gpt_combined_isr_table[groupIndex][elementIndex] = p_interrupt_handler; in R_BSP_IrqGptCombinedTableSet()
481 return gp_bsp_gpt_combined_isr_table[groupIndex][elementIndex]; in R_BSP_IrqGptCombinedIsrGet()
498 gp_bsp_gpt_combined_isr_table[groupIndex][elementIndex] = NULL; in R_BSP_IrqGptCombinedTableClear()
517 if (NULL != gp_bsp_gpt_combined_isr_table[groupIndex][cnt]) in R_BSP_IrqGptCombinedTableClear()
526 gp_bsp_gpt_combined_isr_table[groupIndex] = NULL; in R_BSP_IrqGptCombinedTableClear()