Home
last modified time | relevance | path

Searched refs:p_context (Results 1 – 25 of 97) sorted by relevance

1234

/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_intc_nmi/
Dr_intc_nmi.c98 p_ctrl->p_context = p_cfg->p_context; in R_INTC_NMI_ExternalIrqOpen()
188 void const * const p_context, in R_INTC_NMI_ExternalIrqCallbackSet() argument
223 p_ctrl->p_context = p_context; in R_INTC_NMI_ExternalIrqCallbackSet()
295 args.p_context = p_ctrl->p_context; in r_intc_nmi_isr()
305 p_ctrl->p_callback_memory->p_context = p_ctrl->p_context; in r_intc_nmi_isr()
320 args.p_context = p_ctrl->p_context; in r_intc_nmi_isr()
/hal_renesas-latest/zephyr/ra/portable/
Dbsp_irq.h40 __STATIC_INLINE void R_FSP_IsrContextSet (IRQn_Type const irq, void * p_context) in R_FSP_IsrContextSet() argument
44 gp_renesas_isr_context[irq] = p_context; in R_FSP_IsrContextSet()
120 __STATIC_INLINE void R_BSP_IrqCfg (IRQn_Type const irq, uint32_t priority, void * p_context) in R_BSP_IrqCfg() argument
125 R_FSP_IsrContextSet(irq, p_context); in R_BSP_IrqCfg()
192 __STATIC_INLINE void R_BSP_IrqCfgEnable (IRQn_Type const irq, uint32_t priority, void * p_context) in R_BSP_IrqCfgEnable() argument
194 R_BSP_IrqCfg(irq, priority, p_context); in R_BSP_IrqCfgEnable()
204 void R_BSP_IrqCfg(IRQn_Type const irq, uint32_t priority, void * p_context);
208 void R_BSP_IrqCfgEnable(IRQn_Type const irq, uint32_t priority, void * p_context);
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_intc_irq/
Dr_intc_irq.c107 p_ctrl->p_context = p_cfg->p_context; in R_INTC_IRQ_ExternalIrqOpen()
230 void const * const p_context, in R_INTC_IRQ_ExternalIrqCallbackSet() argument
265 p_ctrl->p_context = p_context; in R_INTC_IRQ_ExternalIrqCallbackSet()
349 args.p_context = p_ctrl->p_context; in r_intc_irq_isr()
359 p_ctrl->p_callback_memory->p_context = p_ctrl->p_context; in r_intc_irq_isr()
374 args.p_context = p_ctrl->p_context; in r_intc_irq_isr()
/hal_renesas-latest/drivers/ra/fsp/src/r_icu/
Dr_icu.c132 p_ctrl->p_context = p_cfg->p_context; in R_ICU_ExternalIrqOpen()
236 void const * const p_context, in R_ICU_ExternalIrqCallbackSet() argument
271 p_ctrl->p_context = p_context; in R_ICU_ExternalIrqCallbackSet()
344 args.p_context = p_ctrl->p_context; in r_icu_isr()
354 p_ctrl->p_callback_memory->p_context = p_ctrl->p_context; in r_icu_isr()
369 args.p_context = p_ctrl->p_context; in r_icu_isr()
/hal_renesas-latest/zephyr/rz/portable/rzg/
Dbsp_irq.h63 __STATIC_INLINE void R_FSP_IsrContextSet (IRQn_Type const irq, void * p_context) in R_FSP_IsrContextSet() argument
67 gp_renesas_isr_context[irq] = p_context; in R_FSP_IsrContextSet()
112 __STATIC_INLINE void R_BSP_IrqCfg (IRQn_Type const irq, uint32_t priority, void * p_context) in R_BSP_IrqCfg() argument
118 R_FSP_IsrContextSet(irq, p_context); in R_BSP_IrqCfg()
182 __STATIC_INLINE void R_BSP_IrqCfgEnable (IRQn_Type const irq, uint32_t priority, void * p_context) in R_BSP_IrqCfgEnable() argument
184 R_BSP_IrqCfg(irq, priority, p_context); in R_BSP_IrqCfgEnable()
/hal_renesas-latest/drivers/ra/fsp/src/r_mipi_dsi/
Dr_mipi_dsi.c200 p_ctrl->p_context = p_cfg->p_context; in R_MIPI_DSI_Open()
218 callback_args.p_context = p_ctrl->p_context; in R_MIPI_DSI_Open()
292 callback_args.p_context = p_ctrl->p_context; in R_MIPI_DSI_Start()
905 args.p_context = p_ctrl->p_context; in mipi_dsi_seq0()
931 args.p_context = p_ctrl->p_context; in mipi_dsi_seq1()
972 args.p_context = p_ctrl->p_context; in mipi_dsi_vin1()
1006 args.p_context = p_ctrl->p_context; in mipi_dsi_rcv()
1034 args.p_context = p_ctrl->p_context; in mipi_dsi_ferr()
1077 args.p_context = p_ctrl->p_context; in mipi_dsi_ppi()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_icu/
Dr_icu.c112 p_instance_ctrl->p_context = p_cfg->p_context; in R_ICU_ExternalIrqOpen()
276 void const * const p_context, in R_ICU_ExternalIrqCallbackSet() argument
291 p_instance_ctrl->p_context = p_context; in R_ICU_ExternalIrqCallbackSet()
347 args.p_context = p_instance_ctrl->p_context; in r_icu_isr()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_mhu_ns/
Dr_mhu_ns.c163 p_instance_ctrl->p_context = p_cfg->p_context; in R_MHU_NS_Open()
214 void const * const p_context, in R_MHU_NS_CallbackSet() argument
249 p_ctrl->p_context = p_context; in R_MHU_NS_CallbackSet()
484 p_args->p_context = p_instance_ctrl->p_context; in R_MHU_NS_IsrSub()
/hal_renesas-latest/zephyr/rz/portable/rzn/
Dbsp_irq.h168 __STATIC_INLINE void R_FSP_IsrContextSet (IRQn_Type const irq, void * p_context) in R_FSP_IsrContextSet() argument
172 gp_renesas_isr_context[irq] = p_context; in R_FSP_IsrContextSet()
208 __STATIC_INLINE void R_BSP_IrqCfg (IRQn_Type const irq, uint32_t priority, void * p_context) in R_BSP_IrqCfg() argument
214 R_FSP_IsrContextSet(irq, p_context); in R_BSP_IrqCfg()
263 __STATIC_INLINE void R_BSP_IrqCfgEnable (IRQn_Type const irq, uint32_t priority, void * p_context) in R_BSP_IrqCfgEnable() argument
265 R_BSP_IrqCfg(irq, priority, p_context); in R_BSP_IrqCfgEnable()
419 void * p_context, in R_BSP_IrqGptCombinedTableSet() argument
444 gp_bsp_gpt_combined_ctrl_table[groupIndex][elementIndex] = p_context; in R_BSP_IrqGptCombinedTableSet()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_gtm/
Dr_gtm.c143 p_instance_ctrl->p_context = p_cfg->p_context; in R_GTM_Open()
346 void const * const p_context, in R_GTM_CallbackSet() argument
379 p_ctrl->p_context = p_context; in R_GTM_CallbackSet()
566 p_args->p_context = p_instance_ctrl->p_context; in gtm_int_isr()
/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_mhu_api.h56 void const * p_context; member
75 void const * p_context; member
120 … void const * const p_context, mhu_callback_args_t * const p_callback_memory);
Dr_external_irq_api.h45 void const * p_context; member
90 void const * p_context; member
130 … void const * const p_context, external_irq_callback_args_t * const p_callback_memory);
Dr_i2c_master_api.h71 void const * p_context; ///< Pointer to user-provided context member
101 …void const * p_context; ///< Pointer to the user-provided context member
180 … void const * const p_context, i2c_master_callback_args_t * const p_callback_memory);
Dr_uart_api.h112 void const * p_context; ///< Context provided to user during callback member
142 …void const * p_context; ///< User defined context passed into callback… member
236 … void const * const p_context, uart_callback_args_t * const p_callback_memory);
Dr_can_api.h150 void const * p_context; ///< Context provided to user during callback. member
163 void const * p_context; ///< User defined callback context. member
254 … void const * const p_context, can_callback_args_t * const p_callback_memory);
Dr_spi_api.h132 void const * p_context; ///< Context provided to user during callback member
165 …void const * p_context; ///< User defined context passed to callback fu… member
245 … void const * const p_context, spi_callback_args_t * const p_callback_memory);
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_external_irq_api.h45 void const * p_context; member
90 void const * p_context; member
130 … void const * const p_context, external_irq_callback_args_t * const p_callback_memory);
Dr_i2c_master_api.h69 void const * p_context; ///< Pointer to user-provided context member
99 …void const * p_context; ///< Pointer to the user-provided context member
164 … void const * const p_context, i2c_master_callback_args_t * const p_callback_memory);
Dr_ether_api.h113 …void const * p_context; ///< Placeholder for user data. Set in @ref ether_api_t::open … member
149 void const * p_context; ///< Placeholder for user data. member
227 … void const * const p_context, ether_callback_args_t * const p_callback_memory);
Dr_uart_api.h117 void const * p_context; ///< Context provided to user during callback member
147 …void const * p_context; ///< User defined context passed into callback… member
225 … void const * const p_context, uart_callback_args_t * const p_callback_memory);
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/all/
Dbsp_irq.c102 BSP_SECTION_FLASH_GAP void R_BSP_IrqCfg (IRQn_Type const irq, uint32_t priority, void * p_context)
118 R_FSP_IsrContextSet(irq, p_context);
185 …ECTION_FLASH_GAP void R_BSP_IrqCfgEnable (IRQn_Type const irq, uint32_t priority, void * p_context)
187 R_BSP_IrqCfg(irq, priority, p_context);
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_adc_c/
Dr_adc_c.c46 static void r_adc_c_irq_enable(IRQn_Type irq, uint8_t ipl, void * p_context);
116 p_instance_ctrl->p_context = p_cfg->p_context; in R_ADC_C_Open()
184 void const * const p_context, in R_ADC_C_CallbackSet() argument
217 p_ctrl->p_context = p_context; in R_ADC_C_CallbackSet()
793 static void r_adc_c_irq_enable (IRQn_Type irq, uint8_t ipl, void * p_context) in r_adc_c_irq_enable() argument
797 R_BSP_IrqCfgEnable(irq, ipl, p_context); in r_adc_c_irq_enable()
933 args.p_context = p_instance_ctrl->p_context; in adc_c_scan_end_isr()
/hal_renesas-latest/drivers/ra/fsp/src/r_canfd/
Dr_canfd.c252 p_ctrl->p_context = p_cfg->p_context; in R_CANFD_Open()
907 void const * const p_context, in R_CANFD_CallbackSet() argument
940 p_ctrl->p_context = p_context; in R_CANFD_CallbackSet()
1154 args.p_context = p_ctrl->p_context; in r_candfd_global_error_handler()
1209 args.p_context = p_ctrl->p_context; in canfd_error_isr()
1263 args.p_context = gp_ctrl[args.channel]->p_context; in r_canfd_rx_fifo_handler()
1328 args.p_context = p_ctrl->p_context; in canfd_channel_tx_isr()
1466 args.p_context = gp_ctrl[args.channel]->p_context; in canfd_common_fifo_rx_isr()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_canfd/
Dr_canfd.c229 p_ctrl->p_context = p_cfg->p_context; in R_CANFD_Open()
842 void const * const p_context, in R_CANFD_CallbackSet() argument
875 p_ctrl->p_context = p_context; in R_CANFD_CallbackSet()
1072 args.p_context = p_ctrl->p_context; in r_canfd_global_error_handler()
1127 args.p_context = p_ctrl->p_context; in canfd_error_isr()
1185 args.p_context = gp_ctrl[args.channel]->p_context; in r_canfd_rx_fifo_handler()
1249 args.p_context = p_ctrl->p_context; in canfd_channel_tx_isr()
/hal_renesas-latest/drivers/ra/fsp/src/r_ether/
Dr_ether.c307 p_instance_ctrl->p_context = p_cfg->p_context; in R_ETHER_Open()
619 callback_arg.p_context = p_instance_ctrl->p_ether_cfg->p_context; in R_ETHER_LinkProcess()
728 callback_arg.p_context = p_instance_ctrl->p_ether_cfg->p_context; in R_ETHER_LinkProcess()
779 callback_arg.p_context = p_instance_ctrl->p_ether_cfg->p_context; in R_ETHER_LinkProcess()
1149 void const * const p_context, in R_ETHER_CallbackSet() argument
1182 p_ctrl->p_context = p_context; in R_ETHER_CallbackSet()
1874 p_args->p_context = p_instance_ctrl->p_context; in ether_call_callback()
1979 callback_arg.p_context = p_instance_ctrl->p_ether_cfg->p_context; in ether_eint_isr()

1234