Home
last modified time | relevance | path

Searched full:feed (Results 1 – 25 of 110) sorted by relevance

12345

/Zephyr-latest/subsys/task_wdt/
Dtask_wdt_shell.c56 "Use \"task_wdt feed %d\" to feed this channel\n" in cmd_add()
70 shell_fprintf(sh, SHELL_INFO, "Feed task watchdog channel %s\n", argv[1]); in cmd_feed()
105 SHELL_CMD(feed, NULL, "Feed specified watchdog channel", cmd_feed),
Dtask_wdt.c229 * and block a high priority thread that wants to feed its task wdt. in task_wdt_feed()
235 /* feed the specified channel */ in task_wdt_feed()
/Zephyr-latest/include/zephyr/drivers/
Dwatchdog.h75 /** Lower limit of watchdog feed timeout in milliseconds. */
77 /** Upper limit of watchdog feed timeout in milliseconds. */
140 wdt_api_feed feed; member
228 * @brief Feed specified watchdog timeout.
234 * @retval -EAGAIN If completing the feed operation would stall the caller, for
247 return api->feed(dev, channel_id); in z_impl_wdt_feed()
/Zephyr-latest/doc/services/task_wdt/
Dindex.rst13 and does not manage to feed the watchdog anymore, the corrective action is
26 continuously updated in the feed calls.
/Zephyr-latest/drivers/entropy/
DKconfig.esp3215 numbers: noise from these radios are used to feed entropy in this
/Zephyr-latest/drivers/watchdog/
DKconfig.rpi_pico16 Sets the default watchdog timeout at start-up, the feed function must
Dwdt_handlers.c28 K_OOPS(K_SYSCALL_DRIVER_WDT(dev, feed)); in z_vrfy_wdt_feed()
Dwdt_cc32xx.c122 LOG_DBG("Feed"); in wdt_cc32xx_feed()
168 .feed = wdt_cc32xx_feed,
Dwdt_shell.c24 "Feed specified watchdog timeout. Syntax:\n" \
184 SHELL_CMD_ARG(feed, &dsub_device_name, WDT_FEED_HELP, cmd_feed,
Dwdt_npcx.c83 /* Watchdog feed timeout in milliseconds */
322 /* Feed watchdog by writing 5Ch to WDSDM */ in wdt_npcx_feed()
335 .feed = wdt_npcx_feed,
349 * [5] - WDSDME = 1: Feed watchdog by writing 5Ch to WDSDM in wdt_npcx_init()
Dwdt_ti_tps382x.c81 .feed = ti_tps382x_feed,
Dwdt_cc13xx_cc26xx.c172 LOG_DBG("feed %i", data->reload); in wdt_cc13xx_cc26xx_feed()
220 .feed = wdt_cc13xx_cc26xx_feed,
Dwdt_ite_it8xxx2.c35 /* watchdog feed timeout in milliseconds */
243 .feed = wdt_it8xxx2_feed,
Dwdt_ifx_cat1.c139 .feed = ifx_cat1_wdt_feed,
Dwdt_npm2100.c120 .feed = wdt_npm2100_feed,
Dwdt_smartbond.c121 .feed = wdg_smartbond_feed,
Dwdt_wwdg_stm32.c240 /* Set window the same as the counter to be able to feed the WWDG almost in wwdg_stm32_install_timeout()
277 .feed = wwdg_stm32_feed,
/Zephyr-latest/drivers/console/
Defi_console.c29 * Outputs both line feed and carriage return in the case of a '\n'.
/Zephyr-latest/drivers/usb_c/vbus/
Dusbc_vbus_adc.c155 LOG_ERR("Failed to control feed %s.%u: %d", in adc_vbus_init()
169 LOG_ERR("Failed to control feed %s.%u: %d", in adc_vbus_init()
/Zephyr-latest/drivers/usb/udc/
Dudc_kinetis.c329 /* Allocate and feed buffer for data OUT stage */ in work_handler_setup()
330 LOG_DBG("s:%p|feed for -out-", buf); in work_handler_setup()
338 * Here we have to feed both descriptor tables so that in work_handler_setup()
342 LOG_DBG("s:%p|feed for -in-status >setup", buf); in work_handler_setup()
353 LOG_DBG("s:%p|feed >setup", buf); in work_handler_setup()
355 * For all other cases we feed with a buffer in work_handler_setup()
381 LOG_DBG("dout:%p|no feed", buf); in work_handler_out()
386 * For all other cases we feed with a buffer in work_handler_out()
389 LOG_DBG("dout:%p|feed >setup", buf); in work_handler_out()
Dudc_virtual.c111 /* Allocate and feed buffer for data OUT stage */ in vrt_handle_setup()
112 LOG_DBG("s: %p | feed for -out-", buf); in vrt_handle_setup()
128 * For all other cases we feed with a buffer in vrt_handle_setup()
217 * Feed control OUT buffer for status stage. in isr_handle_ctrl_in()
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/
Dgateway.conf70 MulticastIPv6=ff1e:feed:caca:dead::1
/Zephyr-latest/include/zephyr/task_wdt/
Dtask_wdt.h92 * @brief Feed specified watchdog channel.
/Zephyr-latest/drivers/ethernet/nxp_enet/
DKconfig134 Setting this option will configure MCUX clock block to feed RMII
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
DREADME.md57 simple feed forward deep neural network with 2 fully connected layers with

12345