Home
last modified time | relevance | path

Searched defs:channel_id (Results 51 – 75 of 112) sorted by relevance

12345

/Zephyr-latest/drivers/watchdog/
Dwdt_mchp_xec.c130 static int wdt_xec_feed(const struct device *dev, int channel_id) in wdt_xec_feed()
Dwdt_sam0.c227 static int wdt_sam0_feed(const struct device *dev, int channel_id) in wdt_sam0_feed()
Dwdt_cc13xx_cc26xx.c164 static int wdt_cc13xx_cc26xx_feed(const struct device *dev, int channel_id) in wdt_cc13xx_cc26xx_feed()
Dwdt_cc32xx.c107 static int wdt_cc32xx_feed(const struct device *dev, int channel_id) in wdt_cc32xx_feed()
Dwdt_opentitan.c162 static int ot_aontimer_feed(const struct device *dev, int channel_id) in ot_aontimer_feed()
Dwdt_mcux_imx_wdog.c106 static int mcux_wdog_feed(const struct device *dev, int channel_id) in mcux_wdog_feed()
Dxt_wdt_esp32.c73 static int esp32_xt_wdt_feed(const struct device *dev, int channel_id) in esp32_xt_wdt_feed()
Dwdt_ite_it8xxx2.c142 static int wdt_it8xxx2_feed(const struct device *dev, int channel_id) in wdt_it8xxx2_feed()
Dwdt_max32.c65 static int wdt_max32_feed(const struct device *dev, int channel_id) in wdt_max32_feed()
Dwdt_mcux_wdog.c119 static int mcux_wdog_feed(const struct device *dev, int channel_id) in mcux_wdog_feed()
Dwdt_mcux_wwdt.c139 static int mcux_wwdt_feed(const struct device *dev, int channel_id) in mcux_wwdt_feed()
Dwdt_sam.c211 static int wdt_sam_feed(const struct device *dev, int channel_id) in wdt_sam_feed()
Dwdt_wwdgt_gd32.c162 static int gd32_wwdgt_feed(const struct device *dev, int channel_id) in gd32_wwdgt_feed()
Dwdt_dw.c106 static int dw_wdt_feed(const struct device *dev, int channel_id)
Dwdt_rts5912.c173 static int wdt_rts5912_feed(const struct device *dev, int channel_id) in wdt_rts5912_feed()
Dwdt_silabs_siwx91x.c184 static int siwx91x_wdt_feed(const struct device *dev, int channel_id) in siwx91x_wdt_feed()
Dwdt_esp32.c95 static int wdt_esp32_feed(const struct device *dev, int channel_id) in wdt_esp32_feed()
Dwdt_gecko.c217 static int wdt_gecko_feed(const struct device *dev, int channel_id) in wdt_gecko_feed()
Dwdt_mcux_rtwdog.c149 static int mcux_rtwdog_feed(const struct device *dev, int channel_id) in mcux_rtwdog_feed()
Dwdt_cmsdk_apb.c154 static int wdog_cmsdk_apb_feed(const struct device *dev, int channel_id) in wdog_cmsdk_apb_feed()
Dwdt_litex.c103 static int wdt_litex_feed(const struct device *dev, int channel_id) in wdt_litex_feed()
/Zephyr-latest/drivers/ipm/
Dipm_mbox.c28 static void ipm_mbox_callback(const struct device *mboxdev, mbox_channel_id_t channel_id, in ipm_mbox_callback()
/Zephyr-latest/include/zephyr/drivers/
Dwatchdog.h242 static inline int z_impl_wdt_feed(const struct device *dev, int channel_id) in z_impl_wdt_feed()
/Zephyr-latest/soc/nordic/nrf53/
Dsync_rtc.c194 static void mbox_callback(const struct device *dev, mbox_channel_id_t channel_id, in mbox_callback()
/Zephyr-latest/drivers/adc/
Dadc_mcux_adc16.c69 uint8_t channel_id; member
105 uint8_t channel_id = channel_cfg->channel_id; in mcux_adc16_channel_setup() local

12345