Home
last modified time | relevance | path

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

/hal_renesas-latest/zephyr/rz/portable/rzn/
Dbsp_irq.h146 bool bsp_prv_irq_gpt_combined_table_status_get(uintptr_t * p_table, uint32_t size);
425 void * p_table; in R_BSP_IrqGptCombinedTableSet() local
431 p_table = bsp_prv_irq_gpt_combined_ctrl_table_allocate(groupIndex); in R_BSP_IrqGptCombinedTableSet()
432 FSP_ERROR_RETURN(NULL != p_table, FSP_ERR_NOT_INITIALIZED); in R_BSP_IrqGptCombinedTableSet()
439 p_table = bsp_prv_irq_gpt_combined_isr_table_allocate(groupIndex); in R_BSP_IrqGptCombinedTableSet()
440 FSP_ERROR_RETURN(NULL != p_table, FSP_ERR_NOT_INITIALIZED); in R_BSP_IrqGptCombinedTableSet()