Searched defs:channel_id (Results 51 – 75 of 112) sorted by relevance
12345
| /Zephyr-latest/drivers/watchdog/ |
| D | wdt_mchp_xec.c | 130 static int wdt_xec_feed(const struct device *dev, int channel_id) in wdt_xec_feed()
|
| D | wdt_sam0.c | 227 static int wdt_sam0_feed(const struct device *dev, int channel_id) in wdt_sam0_feed()
|
| D | wdt_cc13xx_cc26xx.c | 164 static int wdt_cc13xx_cc26xx_feed(const struct device *dev, int channel_id) in wdt_cc13xx_cc26xx_feed()
|
| D | wdt_cc32xx.c | 107 static int wdt_cc32xx_feed(const struct device *dev, int channel_id) in wdt_cc32xx_feed()
|
| D | wdt_opentitan.c | 162 static int ot_aontimer_feed(const struct device *dev, int channel_id) in ot_aontimer_feed()
|
| D | wdt_mcux_imx_wdog.c | 106 static int mcux_wdog_feed(const struct device *dev, int channel_id) in mcux_wdog_feed()
|
| D | xt_wdt_esp32.c | 73 static int esp32_xt_wdt_feed(const struct device *dev, int channel_id) in esp32_xt_wdt_feed()
|
| D | wdt_ite_it8xxx2.c | 142 static int wdt_it8xxx2_feed(const struct device *dev, int channel_id) in wdt_it8xxx2_feed()
|
| D | wdt_max32.c | 65 static int wdt_max32_feed(const struct device *dev, int channel_id) in wdt_max32_feed()
|
| D | wdt_mcux_wdog.c | 119 static int mcux_wdog_feed(const struct device *dev, int channel_id) in mcux_wdog_feed()
|
| D | wdt_mcux_wwdt.c | 139 static int mcux_wwdt_feed(const struct device *dev, int channel_id) in mcux_wwdt_feed()
|
| D | wdt_sam.c | 211 static int wdt_sam_feed(const struct device *dev, int channel_id) in wdt_sam_feed()
|
| D | wdt_wwdgt_gd32.c | 162 static int gd32_wwdgt_feed(const struct device *dev, int channel_id) in gd32_wwdgt_feed()
|
| D | wdt_dw.c | 106 static int dw_wdt_feed(const struct device *dev, int channel_id)
|
| D | wdt_rts5912.c | 173 static int wdt_rts5912_feed(const struct device *dev, int channel_id) in wdt_rts5912_feed()
|
| D | wdt_silabs_siwx91x.c | 184 static int siwx91x_wdt_feed(const struct device *dev, int channel_id) in siwx91x_wdt_feed()
|
| D | wdt_esp32.c | 95 static int wdt_esp32_feed(const struct device *dev, int channel_id) in wdt_esp32_feed()
|
| D | wdt_gecko.c | 217 static int wdt_gecko_feed(const struct device *dev, int channel_id) in wdt_gecko_feed()
|
| D | wdt_mcux_rtwdog.c | 149 static int mcux_rtwdog_feed(const struct device *dev, int channel_id) in mcux_rtwdog_feed()
|
| D | wdt_cmsdk_apb.c | 154 static int wdog_cmsdk_apb_feed(const struct device *dev, int channel_id) in wdog_cmsdk_apb_feed()
|
| D | wdt_litex.c | 103 static int wdt_litex_feed(const struct device *dev, int channel_id) in wdt_litex_feed()
|
| /Zephyr-latest/drivers/ipm/ |
| D | ipm_mbox.c | 28 static void ipm_mbox_callback(const struct device *mboxdev, mbox_channel_id_t channel_id, in ipm_mbox_callback()
|
| /Zephyr-latest/include/zephyr/drivers/ |
| D | watchdog.h | 242 static inline int z_impl_wdt_feed(const struct device *dev, int channel_id) in z_impl_wdt_feed()
|
| /Zephyr-latest/soc/nordic/nrf53/ |
| D | sync_rtc.c | 194 static void mbox_callback(const struct device *dev, mbox_channel_id_t channel_id, in mbox_callback()
|
| /Zephyr-latest/drivers/adc/ |
| D | adc_mcux_adc16.c | 69 uint8_t channel_id; member 105 uint8_t channel_id = channel_cfg->channel_id; in mcux_adc16_channel_setup() local
|
12345