Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_elc_api.h68 } elc_peripheral_t; typedef
123 … fsp_err_t (* linkSet)(elc_ctrl_t * const p_ctrl, elc_peripheral_t peripheral, elc_event_t signal);
130 fsp_err_t (* linkBreak)(elc_ctrl_t * const p_ctrl, elc_peripheral_t peripheral);
Dr_adc_api.h219 elc_peripheral_t elc_peripheral; ///< Name of the peripheral in the ELC list
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra2a1/
Dbsp_elc.h204 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra4e1/
Dbsp_elc.h210 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra4e2/
Dbsp_elc.h231 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra4w1/
Dbsp_elc.h231 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra4m1/
Dbsp_elc.h246 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra6e1/
Dbsp_elc.h264 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra6e2/
Dbsp_elc.h253 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra4l1/
Dbsp_elc.h277 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra4m2/
Dbsp_elc.h285 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra4m3/
Dbsp_elc.h298 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_adc_api.h218 elc_peripheral_t elc_peripheral; ///< Name of the peripheral in the ELC list
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra6m4/
Dbsp_elc.h341 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra8t1/
Dbsp_elc.h368 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra6m5/
Dbsp_elc.h362 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra6m1/
Dbsp_elc.h354 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra8d1/
Dbsp_elc.h393 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra8m1/
Dbsp_elc.h383 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra6m2/
Dbsp_elc.h387 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra6m3/
Dbsp_elc.h413 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/ra2l1/
Dbsp_elc.h624 } elc_peripheral_t; typedef
/hal_renesas-latest/zephyr/rz/portable/rzn/
Dbsp_override.h355 } elc_peripheral_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/r_adc/
Dr_adc.c625 …p_adc_info->elc_peripheral = (elc_peripheral_t) (ELC_PERIPHERAL_ADC0 + (2U * p_instance_ctrl->p_cf… in R_ADC_InfoGet()